Skip to content

Commit

Permalink
Use the page ID in admin to eliminate re-sort edit link bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joemsak committed May 24, 2012
1 parent 29d81a3 commit b66bb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/app/views/refinery/admin/pages/_page.html.erb
Expand Up @@ -31,7 +31,7 @@
:title => t('new', :scope => 'refinery.admin.pages') %>
<%= link_to refinery_icon_tag('application_edit.png'),
refinery.edit_admin_page_path(page.uncached_nested_url),
refinery.edit_admin_page_path(page.id),
:title => t('edit', :scope => 'refinery.admin.pages') %>
<%= link_to refinery_icon_tag('delete.png'),
Expand Down

0 comments on commit b66bb6a

Please sign in to comment.