summaryrefslogtreecommitdiff
path: root/app/views/admin
diff options
context:
space:
mode:
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