Skip to content

Commit

Permalink
add timestamp to title for published and scheduled pages on page index
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Feb 14, 2010
1 parent c4b9e6f commit 52a9f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/pages/_node.html.haml
Expand Up @@ -12,7 +12,7 @@
= spinner
- node.status_column do
- unless simple
%td.status{:class => "#{page.status.name.downcase}_status"}= page.status.name
%td.status{:class => "#{page.status.name.downcase}_status", :title => "#{timestamp(page.published_at) if page.published_at}"}= page.status.name
- node.add_child_column do
- unless simple
%td.add_child= link_to image('add_child', :alt => 'add child'), new_admin_page_child_url(page)
Expand Down

0 comments on commit 52a9f32

Please sign in to comment.