Skip to content

Commit

Permalink
Moves the plusser icon title to the img tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 15, 2014
1 parent a96b8fa commit 7bd6243
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions root/inc/breadcrumbs.html
Expand Up @@ -54,11 +54,10 @@
<!-- For plussers -->
<div class ="plussers_div">

<%# display the gravatar url for each pause plusser alongwith their author page as a link. %>
<% FOREACH plusser IN plusser_authors%>
<!-- display the gravatar url for each pause plusser alongwith their author page as a link.-->

<a class="display-all" title="<% plusser.id %>" href="/author/<% plusser.id %>"><img src="<% plusser.pic || '/static/icons/user.png' %>">
</a>
<a class="display-all" href="/author/<% plusser.id %>"><img src="<% plusser.pic || '/static/icons/user.png' %>" title="<% plusser.id %>" alt="<% plusser.id %>"></a>

<% IF loop.count%35 == 0 %>
<!--To display 35 plussers in one row. -->
Expand Down

0 comments on commit 7bd6243

Please sign in to comment.