mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
Update _user_is_user.html.erb
achievements work again. sometimes the hound can't be trusted!
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<% end %>
|
||||
<% current_user.achievements.each do |a|%>
|
||||
<a href='/achievements/<%= a.id %>' rel='tooltip' title='Achievement: <%= a.award %>'>
|
||||
<%= image_tag('achievements/#{a.short_name}_32px.png', :height=> '20px', :alt => a.award) %>
|
||||
<%= image_tag("achievements/#{a.short_name}_32px.png", :height=> '20px', :alt => a.award) %>
|
||||
</a>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user