Commit 9ae4be9095119beceaff300db1da0cef6feca671

Authored by AntonioTerceiro
1 parent 6833d6b2

ActionItem31: listing tags in view_page



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1016 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/views/content_viewer/view_page.rhtml
1 1 <h2><%= @page.title %></h2>
2 2  
  3 +<div>
  4 + <%= _('Tags: %s') % @page.tags %>
  5 +</div>
  6 +
3 7 <% if @page.parent && !@page.parent.path.blank? %>
4 8 <%= link_to_document(@page.parent, _('Up')) %>
5 9 <% end %>
... ...