Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-25 10:39:58 +0300
committerPhil Hughes <me@iamphill.com>2017-05-25 10:39:58 +0300
commit7737ef52a94aeee9d282a4201e35191054ff70d5 (patch)
tree8ca55e5fe9925a928365c3a6ceaa4fed393277bc /app
parent7ea9c5ce9a5b2b5d80ab423ec6c2318c1cc3d96f (diff)
parenta7a0e82d8717724676aca10670640008e2c22fa1 (diff)
Merge branch '32807-company-icon' into 'master'
Use briefcase icon for company Closes #32807 See merge request !11692
Diffstat (limited to 'app')
-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 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?