mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Open profile website links in a new tab
This commit is contained in:
parent
66638caedf
commit
a78cb2f2c9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
- unless user.profile.website.blank?
|
- unless user.profile.website.blank?
|
||||||
.profile__website
|
.profile__website
|
||||||
%i.fa.fa-fw.fa-globe
|
%i.fa.fa-fw.fa-globe
|
||||||
%a{ href: user.profile.website }= user.profile.display_website
|
%a{ href: user.profile.website, target: '_blank' }= user.profile.display_website
|
||||||
- unless user.profile.location.blank?
|
- unless user.profile.location.blank?
|
||||||
.profile__location
|
.profile__location
|
||||||
%i.fa.fa-fw.fa-location-arrow
|
%i.fa.fa-fw.fa-location-arrow
|
||||||
|
|
Loading…
Reference in a new issue