summaryrefslogtreecommitdiffstats
path: root/app/views/projects/list_documents.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/list_documents.rhtml')
-rw-r--r--app/views/projects/list_documents.rhtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/list_documents.rhtml b/app/views/projects/list_documents.rhtml
index b692808b7..9575405f4 100644
--- a/app/views/projects/list_documents.rhtml
+++ b/app/views/projects/list_documents.rhtml
@@ -4,7 +4,9 @@
<h2><%=l(:label_document_plural)%></h2>
-<% if @documents.empty? %><p><i><%= l(:label_no_data) %></i></p><% end %>
+<% if @documents.empty? %>
+<p class="nodata"><%= l(:label_no_data) %></p>
+<% end %>
<% documents = @documents.group_by {|d| d.category } %>
<% documents.each do |category, docs| %>