mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
Added a link_to for the LinkedIn portion of the user's profile. It felt odd to me, having this section not being an active link like the rest of the entries on the page.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
- unless user.linkedin.blank?
|
||||
%li
|
||||
%span.light LinkedIn:
|
||||
%strong= user.linkedin
|
||||
%strong= link_to user.linkedin, "http://www.linkedin.com/in/#{user.linkedin}"
|
||||
- unless user.twitter.blank?
|
||||
%li
|
||||
%span.light Twitter:
|
||||
|
||||
Reference in New Issue
Block a user