Skip to content

Commit

Permalink
Fix reorder key.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Dec 3, 2010
1 parent ff7e3be commit 58f02a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
</li>
<%% if !searching? and <%= class_name %>.count > 1 and Admin::<%= class_name.pluralize %>Controller.sortable? %>
<li>
<%%= link_to t('refinery.reorder', :what => "<%= singular_name.titleize.pluralize %>"),
<%%= link_to t('.reorder', :what => "<%= singular_name.titleize.pluralize %>"),
admin_<%= plural_name %>_url,
:id => "reorder_action",
:class => "reorder_icon" %>

<%%= link_to t('refinery.reorder_done', :what => "<%= singular_name.titleize.pluralize %>"),
<%%= link_to t('.reorder_done', :what => "<%= singular_name.titleize.pluralize %>"),
admin_<%= plural_name %>_url,
:id => "reorder_action_done",
:style => "display: none;",
Expand Down

0 comments on commit 58f02a6

Please sign in to comment.