Revision 5e628966
Added by Marc Dequènes over 15 years ago
- ID 5e62896658ac7999e1c2b8fcb1b159b6aaf20066
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
[fix] ensure link to the tree view in the menu works even if coming from a page in another namespace