Skip to content

Commit

Permalink
fix pre-github tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Gildo Fiorito committed Mar 30, 2011
1 parent 0294271 commit dd644e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/tag.erb
Expand Up @@ -21,13 +21,13 @@
<tr>
<td>
<a href="http://github.com/<%=h u %>/">
<img src="http://www.gravatar.com/avatar.php?gravatar_id=<%= d["user"]["gravatar_id"]%> " width="40" height="40" />
<img src="http://www.gravatar.com/avatar.php?gravatar_id=<%= d["user"]["gravatar_id"] if not d.include?("error")%> " width="40" height="40" />
</a>
</td>

<td>

<%=h u %> <a href="http://github.com/<%=h u %>/">(<%=h d["user"]["name"]%>)</a>
<%=h u %> <a href="http://github.com/<%=h u %>/">(<%=h d["user"]["name"] if not d.include?("error")%>)</a>

</td>
<td><a href="https://github.com/<%="#{h params[:user]}/#{h params[:repo]}/commits/master?author=#{h u}"%>"><%=h c.length %></a></td>
Expand Down

0 comments on commit dd644e2

Please sign in to comment.