Adaptations for new icon font

pull/6827/head
Christian Ratz 11 years ago
parent 10d6549d8b
commit 2231db8bde
  1. 2
      CHANGELOG.md
  2. 2
      app/views/documents/show.html.erb

@ -1,5 +1,7 @@
# Changelog
* Adaptations for new icon font
## 1.0.0.pre5
* `#2402` Activated migrations running from the plugin

@ -12,7 +12,7 @@ See doc/COPYRIGHT.rdoc for more details.
<div class="contextual">
<%= link_to_if_authorized l(:button_edit), {:controller => '/documents', :action => 'edit', :id => @document}, :class => 'icon icon-edit', :accesskey => accesskey(:edit) %>
<%= link_to_if_authorized l(:button_delete), {:controller => '/documents', :action => 'destroy', :id => @document}, :confirm => l(:text_are_you_sure), :method => :delete, :class => 'icon icon-del' %>
<%= link_to_if_authorized l(:button_delete), {:controller => '/documents', :action => 'destroy', :id => @document}, :confirm => l(:text_are_you_sure), :method => :delete, :class => 'icon icon-delete' %>
</div>
<h2><%=h @document.title %></h2>

Loading…
Cancel
Save