rename crafatar helm to overlay
the option has been renamed
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<hr>
|
||||
<div class="donations">
|
||||
<div class="donation">
|
||||
<img src="https://crafatar.com/renders/body/ae795aa86327408e92ab25c8a59f3ba1?scale=3&helm" alt="jomo's skin" class="body">
|
||||
<img src="https://crafatar.com/renders/body/ae795aa86327408e92ab25c8a59f3ba1?scale=3&overlay" alt="jomo's skin" class="body">
|
||||
<h1>Donate to jomo</h1>
|
||||
<h4>jomo is our admin. He solves problems & keeps the server running.</h4>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="donation">
|
||||
<img src="https://crafatar.com/renders/body/51f2ad3c6cc840eaaa2bf25970316921?scale=3&helm" alt="Dico's skin" class="body">
|
||||
<img src="https://crafatar.com/renders/body/51f2ad3c6cc840eaaa2bf25970316921?scale=3&overlay" alt="Dico's skin" class="body">
|
||||
<h1>Donate to Dico</h1>
|
||||
<h4>Dico spends a lot of his time developing custom features for the server.</h4>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user