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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-24 22:46:39 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-24 22:47:25 +0300
commita7a0e82d8717724676aca10670640008e2c22fa1 (patch)
tree285e9674d334ce48e2027503fea3d97987cbebd6 /app
parent8763022d2bfa81fdc6ceab27f4530107e0ceaa0c (diff)
Use briefcase icon for company
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?