<% @title = "Recently Revised" %> <% if pages = @book.pages.find(:all, :order => "updated_at DESC", :limit => 1000) %> <% updated_on = pages.first.updated_at.to_date %>

<%= updated_on.strftime('%B %e, %Y') %>

<%= updated_on.strftime('%B %e, %Y') %>

<% end %>