summaryrefslogtreecommitdiff
path: root/app/views/admin/users/index.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 20:36:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 20:36:21 +0300
commita41875d21e9c87f15754c1d23db3a6fb80b7bdcd (patch)
treee94fd2b56af049f6035e957b05710417bfccbf28 /app/views/admin/users/index.html.haml
parente97abfce3b9e4e836aaf9d9ac32a45c6490f8831 (diff)
downloadgitlab-ce-a41875d21e9c87f15754c1d23db3a6fb80b7bdcd.tar.gz
Replace %h5.title with div.title
Diffstat (limited to 'app/views/admin/users/index.html.haml')
-rw-r--r--app/views/admin/users/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml
index 2cd095cfe9f..a285eff138d 100644
--- a/app/views/admin/users/index.html.haml
+++ b/app/views/admin/users/index.html.haml
@@ -32,7 +32,7 @@
.span9
.ui-box
- %h5.title
+ .title
Users (#{@users.total_count})
%ul.well-list
- @users.each do |user|