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:
Ben Carson
2015-03-10 11:07:31 -04:00
parent e89ffd546e
commit ee45fa89b6
+1 -1
View File
@@ -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: