public
Description: Starter Kit for developers using Ruby on Rails to quickly get a blog up & running and then add features.
Homepage: http://www.faithfulgeek.org
Clone URL: git://github.com/faithfulgeek/blog-starter-kit.git
Implemented gravatar
Joe Fiorini (author)
Wed Apr 30 23:32:02 -0700 2008
commit  5b25774ff03e9473f169c5560be2ea434507e9de
tree    b1966cabc975aa04558d6949c6d26d71e83b1751
parent  7d23db7946c7c8a1012c6b08b5e4162b4aad6c22
...
12
13
14
15
 
 
16
17
18
...
12
13
14
 
15
16
17
18
19
0
@@ -12,7 +12,8 @@
0
       - else
0
         = c.name
0
       says:
0
- %img{ :src => '/images/gravatar.jpg', :width => 40, :height => 40 }
0
+ =#%img{ :src => '/images/gravatar.jpg', :width => 40, :height => 40 , :class => 'gravatar' }
0
+ = gravatar_for c, :default => 'wavatar'
0
       = textilize c.comment
0
 
0
 %fieldset

Comments

    No one has commented yet.