diff options
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/index.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 165f26d46..60e42c603 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -22,6 +22,7 @@ <% end %> +<% if @users.any? %> <div class="autoscroll"> <table class="list users"> <thead><tr> @@ -54,5 +55,8 @@ </table> </div> <span class="pagination"><%= pagination_links_full @user_pages, @user_count %></span> +<% else %> +<p class="nodata"><%= l(:label_no_data) %></p> +<% end %> <% html_title(l(:label_user_plural)) -%> |