Project

General

Profile

« Previous | Next » 

Revision 5e628966

Added by Marc Dequènes almost 15 years ago

  • ID 5e62896658ac7999e1c2b8fcb1b159b6aaf20066

[fix] ensure link to the tree view in the menu works even if coming from a page in another namespace

View differences:

app/views/layouts/application.rhtml
<ul class="nav" id="menu">
<li><strong><%= _("View") %></strong>
<ul>
<li><%= link_to _("Cyma Tree"), :controller => 'view', :action => 'tree' %></li>
<li><%= link_to _("Cyma Tree"), :controller => '/view', :action => 'tree' %></li>
</ul>
</li>
<%

Also available in: Unified diff