summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-24 14:46:39 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-24 14:47:25 -0500
commita7a0e82d8717724676aca10670640008e2c22fa1 (patch)
tree285e9674d334ce48e2027503fea3d97987cbebd6
parent8763022d2bfa81fdc6ceab27f4530107e0ceaa0c (diff)
downloadgitlab-ce-32807-company-icon.tar.gz
Use briefcase icon for company32807-company-icon
-rw-r--r--app/views/users/show.html.haml2
-rw-r--r--changelogs/unreleased/32807-company-icon.yml4
2 files changed, 5 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?
diff --git a/changelogs/unreleased/32807-company-icon.yml b/changelogs/unreleased/32807-company-icon.yml
new file mode 100644
index 00000000000..718108d3733
--- /dev/null
+++ b/changelogs/unreleased/32807-company-icon.yml
@@ -0,0 +1,4 @@
+---
+title: Use briefcase icon for company in profile page
+merge_request:
+author: