Commit 7b38e405903cb2247515d06659de4a087d148bdf

Authored by AntonioTerceiro
1 parent 24e24ccc

ActionItem7: do not try to add a link to /



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