diff options
| author | hukl <contact@smyck.org> | 2009-08-08 15:38:20 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-08-08 15:38:20 +0200 |
| commit | 8345fb8001e82b145b9ce4c8558d4d4712ebad60 (patch) | |
| tree | 31f101301238e1f9f5661941f747029730d6e200 /app/views/admin/_menu.html.erb | |
| parent | 397bee72fa5bccf64d09eeb77b5ee0000aabfdb4 (diff) | |
added menu items resource
Diffstat (limited to 'app/views/admin/_menu.html.erb')
| -rw-r--r-- | app/views/admin/_menu.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 5ae4307..0eaeb0b 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb | |||
| @@ -3,4 +3,5 @@ | |||
| 3 | <%= link_to 'Overview', :controller => :admin, :action => 'index' %> | 3 | <%= link_to 'Overview', :controller => :admin, :action => 'index' %> |
| 4 | <%= link_to 'Nodes', nodes_path, selected?('nodes') %> | 4 | <%= link_to 'Nodes', nodes_path, selected?('nodes') %> |
| 5 | <%= link_to 'Assets', assets_path, selected?('assets') %> | 5 | <%= link_to 'Assets', assets_path, selected?('assets') %> |
| 6 | <%= link_to 'User', users_path, selected?('users') %> > \ No newline at end of file | 6 | <%= link_to 'User', users_path, selected?('users') %> |
| 7 | <%= link_to 'Navigation', menu_items_path, selected?('menu_items') %> > \ No newline at end of file | ||
