rename crafatar helm to overlay

the option has been renamed
This commit is contained in:
jomo
2015-12-20 03:50:34 +01:00
parent b618db7938
commit 544e226dfa
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class User < ActiveRecord::Base
options[:width] ||= size
options[:height] ||= size
options[:alt] ||= "avatar"
return image_tag("https://crafatar.com/avatars/#{CGI.escape(self.uuid)}?size=#{size}&helm", options)
return image_tag("https://crafatar.com/avatars/#{CGI.escape(self.uuid)}?size=#{size}&overlay", options)
end
def to_s