summaryrefslogtreecommitdiff
path: root/app/views/admin
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-22 12:52:58 +0100
committerhukl <contact@smyck.org>2009-02-22 12:52:58 +0100
commitc39eb1e9839664deb68b50b2a9db16770d42852c (patch)
treee1c6b0ceb1309074e6018ac1a61adb218552154b /app/views/admin
parente0d5557a9e7f88050da2ccb42e02397952cded0d (diff)
another round of view updates
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/_menu.html.erb5
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