app/views/admin/pages/_page.html.erb in beef-pages-0.3.19 vs app/views/admin/pages/_page.html.erb in beef-pages-0.3.20
- old
+ new
@@ -1,7 +1,7 @@
<tr id="pages-<%= page.id %>">
- <td class="title"><%= link_to page.title, admin_page_path(page) %></td>
- <td><%= link_to pluralize(page.children.count, "sub page"), admin_page_pages_path(page) %></td>
+ <td class="title"><%= link_to page.title, admin_page_path(page), :title => "Edit this page" %></td>
+ <td><%= link_to pluralize(page.children.count, "sub page"), admin_page_pages_path(page), :title => "View all sub pages of #{page.title}" %></td>
<td><%= content_status(page) %></td>
<td><%= page.author %></td>
<td><%= page.editor %></td>
<td class="date"><%= page.updated_at.to_formatted_s(:short) %></td>
<td class="date"><%= page.created_at.to_formatted_s(:short) %></td>
\ No newline at end of file