Changesets can be listed by changeset number.
The Git repository is here.
Changeset 474
Gravatar URL changed to HTTPS
- Comitted by: rool
- Date: Monday May 27 06:58:41 2019 (over 5 years ago)
Affected files:
rool/rails/beast/trunk/app/helpers/application_helper.rb:
prev. | current | |
end | ||
def avatar_for(user, size=32) | ||
15 | | |
15 | image_tag "https://www.gravatar.com/avatar.php?gravatar_id=#{MD5.md5(user.email)}&size=#{size}", :size => "#{size}x#{size}", :class => 'photo' | |
end | ||
def feed_icon_tag(title, url) |