Skip to content

Commit

Permalink
SAK-32457 Profile link now launches in a new tab. (sakaiproject#4268)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfish authored Apr 17, 2017
1 parent 93e44e1 commit c670d1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<table cols="2" class="profile-popup-table">
<tr>
<td class="profile-popup-icon-cell">
<div><a href="${profileUrl}" title="${i18n.profile_tooltip}"><span class="fa fa-user fa-3x" aria-hidden="true"></span></a></div>
<div><a href="${profileUrl}" target="_blank" title="${i18n.profile_tooltip}"><span class="fa fa-user fa-3x" aria-hidden="true"></span></a></div>
<div>${i18n.profile}</div>
</td>
<td class="profile-popup-icon-cell">
Expand Down

0 comments on commit c670d1b

Please sign in to comment.