Skip to content

Commit

Permalink
Merge pull request emberjs#2560 from raikoroje/open-ember-users-in-ne…
Browse files Browse the repository at this point in the history
…w-tab

Update ember-users links to open in a new tab (external webpage)
  • Loading branch information
rwjblue committed Apr 17, 2016
2 parents 0c283cb + 44811c5 commit 5853546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ember-users.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ title: "Users"
<tr>
<% slice.each do |user| %>
<td>
<a href="<%= user.url %>" rel="nofollow">
<a href="<%= user.url %>" rel="nofollow" target="_blank">
<img src="/images/about/<%= user.image %>" width="210" height="103" alt="<%= user.alt %>">
</a>
</td>
Expand Down

0 comments on commit 5853546

Please sign in to comment.