browseclass no longer used
This commit is contained in:
parent
76147baad6
commit
679d47818b
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@
|
|||
exportclass = 'active' if params['controller'] == 'site' and params['action'] == 'export'
|
||||
traceclass = 'active' if params['controller'] == 'trace'
|
||||
diaryclass = 'active' if params['controller'] == 'diary_entry'
|
||||
browseclass = 'active' if params['controller'] == 'browse'
|
||||
%>
|
||||
<li><%= link_to 'View', {:controller => 'site', :action => 'index'}, {:id => 'viewanchor', :title => 'view maps', :class => viewclass} %></li>
|
||||
<li><%= link_to 'Edit', {:controller => 'site', :action => 'edit'}, {:id => 'editanchor', :title => 'edit maps', :class => editclass} %></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue