summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-28 15:54:16 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-06 12:12:11 -0700
commit2ae20000a3c1a51a05c6048393ce2031a15ab6a8 (patch)
tree6666ab65da2c099d5f5e57cee375b0e6b7d2bf1f /app/views
parent2cf5dca8f80cdefeb8932bf80417f52f289668c8 (diff)
downloadgitlab-ce-2ae20000a3c1a51a05c6048393ce2031a15ab6a8.tar.gz
Remove nav images; remove old nav styles; create new file for other navigation elements
Diffstat (limited to 'app/views')
-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 d0ffcc88d43..6c3cd6ecefe 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -9,7 +9,7 @@
= auto_discovery_link_tag(:atom, user_url(@user, format: :atom), title: "#{@user.name} activity")
.user-profile
- .cover-block.user-cover-block.layout-nav
+ .cover-block.user-cover-block.top-area
.cover-controls
- if @user == current_user
= link_to profile_path, class: 'btn btn-gray has-tooltip', title: 'Edit profile', 'aria-label': 'Edit profile' do