summaryrefslogtreecommitdiff
path: root/app/views/users
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-08 16:54:39 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-08 16:54:39 +0200
commitd46d6fc17b8c6235f5ed83a68488d1e9c3a9c30d (patch)
treebce706175a10a76a6d59b626a3f23e651044bf84 /app/views/users
parent8641cda4a5a3e76c2e7c18d68c7edd7db6924203 (diff)
downloadgitlab-ce-d46d6fc17b8c6235f5ed83a68488d1e9c3a9c30d.tar.gz
Improve UI for phones
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index 6ed45fedfa2..1694818aef6 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -13,7 +13,7 @@
%h3
= @user.name
- if @user == current_user
- .pull-right
+ .pull-right.hidden-xs
= link_to profile_path, class: 'btn btn-sm' do
%i.fa.fa-pencil-square-o
Edit Profile settings