We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3a7d1 commit 1ae70b1Copy full SHA for 1ae70b1
1 file changed
views/programs/show.haml
@@ -12,7 +12,7 @@
12
.comment{:style => "clear:both;padding-bottom:1em"}
13
%div{:style => "float:left;padding-right:1em"}
14
%a{:href => "/hackers/#{reply.author}"}
15
- %img{:src => gravatar_url_for(reply.author_email), :alt => "#{reply.author.downcase}_gravatar", :class => "comment_gravatar"}
+ %img{:src => gravatar_url_for(reply.author_email), :alt => "#{reply.author.downcase}_gravatar", :class => "hacker-gravatar"}
16
%div{:style => "width:500px"}
17
%p
18
<a href="/hackers/#{reply.author}">#{reply.author}</a> says:
0 commit comments