summaryrefslogtreecommitdiffstats
path: root/app/views/admin/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/index.rhtml')
-rw-r--r--app/views/admin/index.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/index.rhtml b/app/views/admin/index.rhtml
index 1c6cbdee5..2291c5415 100644
--- a/app/views/admin/index.rhtml
+++ b/app/views/admin/index.rhtml
@@ -1,5 +1,7 @@
<h2><%=l(:label_administration)%></h2>
+<%= render :partial => 'no_data' if @no_configuration_data %>
+
<p class="icon22 icon22-projects">
<%= link_to l(:label_project_plural), :controller => 'admin', :action => 'projects' %> |
<%= link_to l(:label_new), :controller => 'projects', :action => 'add' %>