app/views/georgia/pages/_page.html.erb in georgia-0.7.8 vs app/views/georgia/pages/_page.html.erb in georgia-0.8.0

- old
+ new

@@ -2,10 +2,10 @@ <td class='checkbox-cell'> <%= checkboxable_tag page %> </td> <td> <%= icon_tag 'pencil hide pull-right muted' %> - <%= link_to page.title, edit_page_revision_path(page_id: page.id, id: page.revision_id), class: 'page-title js-toggle-icon' %> + <%= link_to page.title, [:edit, page], class: 'page-title js-toggle-icon' %> </td> <td> <%= facet_list_tag(page.tag_list, :tg) %> <small><%= page.url %></small> </td> \ No newline at end of file