diff options
| author | hukl <contact@smyck.org> | 2009-09-03 20:40:36 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-03 20:40:36 +0200 |
| commit | dafe3c914f18cfb876969757e426a1fd9a3cb2aa (patch) | |
| tree | afa3128cd28c8c3c7ea66209db3e2baae0b169cb | |
| parent | 50a03a184ca867ce0962b3a5980261b1912c8c26 (diff) | |
minor menu style fix - don't even look
| -rw-r--r-- | app/views/admin/_menu.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 0eaeb0b..f2875aa 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb | |||
| @@ -4,4 +4,4 @@ | |||
| 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') %> | 6 | <%= link_to 'User', users_path, selected?('users') %> |
| 7 | <%= link_to 'Navigation', menu_items_path, selected?('menu_items') %> > \ No newline at end of file | 7 | <%= link_to 'Navigation', menu_items_path, selected?('menu_items') %> > \ No newline at end of file |
