diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:27:29 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:41:54 +0100 |
commit | ed74fa73e227b9666f3f38f17b35a5cf8328fa44 (patch) | |
tree | 4921c193df832ad8fd4fb0d75006616ee5a6a603 /app/views/admin/users | |
parent | 09e712c0fb721059e4b2619eb9fc104257fc492d (diff) | |
download | gitlab-ce-ed74fa73e227b9666f3f38f17b35a5cf8328fa44.tar.gz |
Use consistent casing for page titles
Diffstat (limited to 'app/views/admin/users')
-rw-r--r-- | app/views/admin/users/edit.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/admin/users/edit.html.haml b/app/views/admin/users/edit.html.haml index a8837d74dd9..3b6fd71500d 100644 --- a/app/views/admin/users/edit.html.haml +++ b/app/views/admin/users/edit.html.haml @@ -1,8 +1,5 @@ - page_title "Edit", @user.name, "Users" %h3.page-title Edit user: #{@user.name} -.back-link - = link_to admin_user_path(@user) do - ← Back to user page %hr = render 'form' |