Open profile website links in a new tab

This commit is contained in:
Andreas Nedbal 2021-12-30 00:27:48 +01:00 committed by Andreas Nedbal
parent 66638caedf
commit a78cb2f2c9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
- unless user.profile.website.blank?
.profile__website
%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?
.profile__location
%i.fa.fa-fw.fa-location-arrow