diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-23 10:26:50 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-23 10:26:50 +0200 |
commit | 1beb0dbe56438ae513565b1bdc0db7c1d692a156 (patch) | |
tree | 595216c4e8b01c8a178bd498a4b1783ab46923c8 /app/views | |
parent | 7390b94db2e9273141cebfb99cfdbb03ad2d2f33 (diff) | |
download | gitlab-ce-1beb0dbe56438ae513565b1bdc0db7c1d692a156.tar.gz |
Fix admin identities code
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/users/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml index 0b8260964fe..2662b3569ec 100644 --- a/app/views/admin/users/show.html.haml +++ b/app/views/admin/users/show.html.haml @@ -1,5 +1,5 @@ - page_title @user.name, "Users" -= render 'admin/users/head', page_name: 'Account' += render 'admin/users/head' .row .col-md-6 |