Easy tuning

This commit is contained in:
karel.picman@lbcfree.net 2020-11-12 11:31:17 +01:00
parent c18c5766ae
commit d8c59c9b4d
3 changed files with 2 additions and 6 deletions

View File

@ -39,7 +39,7 @@
<td class="buttons">
<% unless system %>
<% if defined?(EasyExtensions) %>
<%= link_to '', '#', title: l(:button_actions), class: 'icon-only icon-actions js-contextmenu' %>
<%= link_to '', '#', title: l(:button_actions), class: 'icon-only icon-actions js-contextmenu icon-more-horiz' %>
<% else %>
<%= link_to_context_menu %>
<% end %>

View File

@ -99,7 +99,7 @@
<% if revision.description.present? %>
<div class="status attribute">
<%= content_tag :div, l(:label_description), class: 'label' %>
<% text = clean_wiki_text(textilizable(revision.description)) %>
<% text = clean_wiki_text(textilizable(h(revision.description))) %>
<%= content_tag :div, text.html_safe, class: 'value wiki' %>
</div>
<% end %>

View File

@ -31,10 +31,6 @@
.dmsf-tree.idnt-9 td.dmsf-title { padding-left: 6.5em; }
/* Font icons */
table.dmsf > tbody > tr > td a.icon-actions::before {
content: "\F01D8";
}
#sidebar ul > li > a.icon-only.icon-clear-query {
background-image: url(../../../images/close_hl.png);
background-repeat: no-repeat;