app/views/georgia/pages/_page.html.erb in georgia-0.7.1 vs app/views/georgia/pages/_page.html.erb in georgia-0.7.2

- old
+ new

@@ -2,18 +2,18 @@ <td class='checkbox-cell'> <%= checkboxable_tag page %> </td> <td> <%= icon_tag 'pencil hide pull-right muted' %> - <%= link_to page.title, [:edit, page, page.current_revision], class: 'page-title js-toggle-icon' %> + <%= link_to page.title, edit_page_revision_path(page_id: page.id, id: page.revision_id), class: 'page-title js-toggle-icon' %> </td> <td> <%= facet_list_tag(page.tag_list, :tg) %> <small><%= page.url %></small> </td> <td class='nowrap'> <%= facet_tag(page.template, :t) %> </td> <td class='timestamp'> - <em><%= page.updated_at.strftime('%F') %></em> + <em><%= page.updated_at %></em> </td> </tr> \ No newline at end of file