summaryrefslogtreecommitdiffstats
path: root/app/views/admin/projects.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/projects.html.erb')
-rw-r--r--app/views/admin/projects.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/projects.html.erb b/app/views/admin/projects.html.erb
index e6805453a..c0e2a713e 100644
--- a/app/views/admin/projects.html.erb
+++ b/app/views/admin/projects.html.erb
@@ -3,6 +3,7 @@
</div>
<h2><%= @query.new_record? ? l(:label_project_plural) : @query.name %></h2>
+<%= @query.persisted? && @query.description.present? ? content_tag('p', @query.description, class: 'subtitle') : '' %>
<%= form_tag(admin_projects_path(@project, nil), :method => :get, :id => 'query_form') do %>
<%= hidden_field_tag 'admin_projects', '1' %>