| <%= t('wow_reputations.reputation_list.name') %> | <%= t('wow_reputations.reputation_list.description') %> | <%= t('wow_reputations.reputation_list.highest_reputation_character') %> |
|---|---|---|
| <%= reputation.name %> | <%= reputation.description %> | <%= render partial: 'wow_reputations/standing', locals: { standing: reputation.wow_standings.joins(:wow_character).where(wow_character: { user: current_user }).order(raw: :desc).first } %> |