summaryrefslogtreecommitdiffstats
path: root/app/views/admin/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/index.html.erb')
-rw-r--r--app/views/admin/index.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb
new file mode 100644
index 000000000..f7e72313e
--- /dev/null
+++ b/app/views/admin/index.html.erb
@@ -0,0 +1,8 @@
+<h2><%=l(:label_administration)%></h2>
+
+<div id="admin-index">
+ <%= render :partial => 'no_data' if @no_configuration_data %>
+ <%= render :partial => 'menu' %>
+</div>
+
+<% html_title(l(:label_administration)) -%>