diff --git a/app/views/admin/projects.html.erb b/app/views/admin/projects.html.erb index 91d1cc7..d9c3228 100644 --- a/app/views/admin/projects.html.erb +++ b/app/views/admin/projects.html.erb @@ -16,6 +16,7 @@ <% end %> +<% if @projects.any? %>
<%= l(:label_no_data) %>
+<% end %> diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 165f26d..60e42c6 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -22,6 +22,7 @@ <% end %> +<% if @users.any? %><%= l(:label_no_data) %>
+<% end %> <% html_title(l(:label_user_plural)) -%>