Files
site/app/views/wow_reputations/_standing.html.erb

6 lines
285 B
Plaintext

<% if standing %>
<%= link_to standing.wow_character.name, standing.wow_character %> - <%= standing.wow_reputation.wow_reputation_tier.wow_reputation_tier_levels.find_by(order: standing.tier)&.name %>
<% else %>
<%= t('wow_reputations.reputation_list.not_discovered') %>
<% end %>