diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-24 14:46:39 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-24 14:47:25 -0500 |
commit | a7a0e82d8717724676aca10670640008e2c22fa1 (patch) | |
tree | 285e9674d334ce48e2027503fea3d97987cbebd6 /app/views | |
parent | 8763022d2bfa81fdc6ceab27f4530107e0ceaa0c (diff) | |
download | gitlab-ce-a7a0e82d8717724676aca10670640008e2c22fa1.tar.gz |
Use briefcase icon for company32807-company-icon
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/users/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 2b70d70e360..c587155bc4f 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -71,7 +71,7 @@ = @user.location - unless @user.organization.blank? .profile-link-holder.middle-dot-divider - = icon('building') + = icon('briefcase') = @user.organization - if @user.bio.present? |