diff --git a/app/views/articles/index.html.erb b/app/views/articles/index.html.erb index 8a5c6a7..fd4fe15 100644 --- a/app/views/articles/index.html.erb +++ b/app/views/articles/index.html.erb @@ -9,11 +9,11 @@ <% if @project.categories.count == 0 %> - +
<%= l(:message_no_categories) %>
<% elsif @project.articles.count == 0 %> - +<%= l(:message_no_articles) %>
<% else %>