Update to GitLab SVG icon from Font Awesome in profile for location and work
This commit is contained in:
parent
bc67c712a5
commit
1ca726aaf7
3 changed files with 8 additions and 2 deletions
|
@ -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; }
|
||||
|
|
|
@ -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?
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue