<%= show_page_link(page) %> <%= "#{page.comments.size} comments" unless page.comments.empty? %>

Posted by <%= page.author.name rescue 'AUTHOR' -%> <%= time_lost_in_words page.created_at %> ago<% unless page.department.to_s.empty? -%> in the <%= page.department -%> department<% end -%>.
<%= show_page_description(page) %>
<% unless page.tags.empty? -%>
Tagged: <%= page.tags.collect { |t| "#{t.name}" }.join(' ') -%>
<% end -%>