diff options
| author | hukl <contact@smyck.org> | 2009-02-22 12:52:58 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-22 12:52:58 +0100 |
| commit | c39eb1e9839664deb68b50b2a9db16770d42852c (patch) | |
| tree | e1c6b0ceb1309074e6018ac1a61adb218552154b /app/views/admin/_menu.html.erb | |
| parent | e0d5557a9e7f88050da2ccb42e02397952cded0d (diff) | |
another round of view updates
Diffstat (limited to 'app/views/admin/_menu.html.erb')
| -rw-r--r-- | app/views/admin/_menu.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb new file mode 100644 index 0000000..fa616df --- /dev/null +++ b/app/views/admin/_menu.html.erb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | <%= language_selector %> | | ||
| 2 | |||
| 3 | <%= link_to 'Overview', :controller => :admin, :action => 'index' %> | | ||
| 4 | <%= link_to 'Nodes', nodes_path %> | | ||
| 5 | <%= link_to 'User', users_path %> \ No newline at end of file | ||
