Skip to content

Commit

Permalink
[spalenque] - #13443 * fix linkedin links on staff page
Browse files Browse the repository at this point in the history
  • Loading branch information
santipalenque committed Oct 25, 2017
1 parent 2796d18 commit 88ee811
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a class="staff-twitter" target="_blank" href="https://twitter.com/{$TwitterName}"></a>
<% end_if %>
<% if LinkedInProfile %>
<a class="staff-linkedin" href="http://linkedin.com/in/{$LinkedInProfile}"></a>
<a class="staff-linkedin" href="{$LinkedInProfile}"></a>
<% end_if %>
<a class="staff-openstack" href="/community/members{$Link}{$ID}"></a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a class="staff-twitter" target="_blank" href="https://twitter.com/{$TwitterName}"></a>
<% end_if %>
<% if LinkedInProfile %>
<a class="staff-linkedin" href="http://linkedin.com/in/{$LinkedInProfile}"></a>
<a class="staff-linkedin" href="{$LinkedInProfile}"></a>
<% end_if %>
<a class="staff-openstack" href="/community/members{$Link}{$ID}"></a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a class="staff-twitter" target="_blank" href="https://twitter.com/{$TwitterName}"></a>
<% end_if %>
<% if LinkedInProfile %>
<a class="staff-linkedin" href="http://linkedin.com/in/{$LinkedInProfile}"></a>
<a class="staff-linkedin" href="{$LinkedInProfile}"></a>
<% end_if %>
<a class="staff-openstack" href="/community/members{$Link}{$ID}"></a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a class="staff-twitter" target="_blank" href="https://twitter.com/{$TwitterName}"></a>
<% end_if %>
<% if LinkedInProfile %>
<a class="staff-linkedin" href="http://linkedin.com/in/{$LinkedInProfile}"></a>
<a class="staff-linkedin" href="{$LinkedInProfile}"></a>
<% end_if %>
<a class="staff-openstack" href="/community/members{$Link}{$ID}"></a>
</div>
Expand Down

0 comments on commit 88ee811

Please sign in to comment.