Update to GitLab SVG icon from Font Awesome in profile for location and work

This commit is contained in:
Yoginth 2019-01-25 16:03:51 +00:00 committed by Annabel Dunstone Gray
parent bc67c712a5
commit 1ca726aaf7
3 changed files with 8 additions and 2 deletions

View File

@ -381,6 +381,7 @@ img.emoji {
.inline { display: inline-block; }
.center { text-align: center; }
.vertical-align-middle { vertical-align: middle; }
.vertical-align-sub { vertical-align: sub; }
.flex-align-self-center { align-self: center; }
.flex-grow { flex-grow: 1; }
.flex-no-shrink { flex-shrink: 0; }

View File

@ -74,11 +74,11 @@
= link_to @user.short_website_url, @user.full_website_url, class: 'text-link', target: '_blank', rel: 'me noopener noreferrer nofollow'
- unless @user.location.blank?
.profile-link-holder.middle-dot-divider
= icon('map-marker')
= sprite_icon('location', size: 16, css_class: 'vertical-align-sub')
= @user.location
- unless @user.organization.blank?
.profile-link-holder.middle-dot-divider
= icon('briefcase')
= sprite_icon('work', size: 16, css_class: 'vertical-align-sub')
= @user.organization
- if @user.bio.present?

View File

@ -0,0 +1,5 @@
---
title: Update to GitLab SVG icon from Font Awesome in profile for location and work
merge_request: 24671
author: Yoginth
type: changed