Skip to content

Commit 1ae70b1

Browse files
committed
Edited views/programs/show.haml via GitHub
1 parent 6d3a7d1 commit 1ae70b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/programs/show.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.comment{:style => "clear:both;padding-bottom:1em"}
1313
%div{:style => "float:left;padding-right:1em"}
1414
%a{:href => "/hackers/#{reply.author}"}
15-
%img{:src => gravatar_url_for(reply.author_email), :alt => "#{reply.author.downcase}_gravatar", :class => "comment_gravatar"}
15+
%img{:src => gravatar_url_for(reply.author_email), :alt => "#{reply.author.downcase}_gravatar", :class => "hacker-gravatar"}
1616
%div{:style => "width:500px"}
1717
%p
1818
<a href="/hackers/#{reply.author}">#{reply.author}</a> says:

0 commit comments

Comments
 (0)