Update _user_is_user.html.erb

achievements work again. sometimes the hound can't be trusted!
This commit is contained in:
Bastian Greshake
2016-07-19 13:46:34 +01:00
committed by GitHub
parent 0cce31a587
commit 8f531a6ab8

View File

@@ -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>