Files
site/app/views/wow_characters/_reputations.html.erb

9 lines
302 B
Plaintext

<h3>Reputation</h3>
<% standings.each do |standing| %>
<div>
<h5><%= standing.wow_reputation.name %></h5>
<%= render partial: 'wow_characters/standing', locals: { standing: standing, tier: standing.wow_reputation.wow_reputation_tier.wow_reputation_tier_levels[standing.tier] } %>
</div>
<% end %>