Titles

Here are the titles you've earned. Though they are forever yours until the end of these realms, you may only display one at a time. How do you wish to be known?

<% @title_awards.each do |title_award| %> <% end %>
Displayed? Title
<%= title_award.title == @character.active_title ? "Yes️" : "" %> <%= render "application/components/text/title", title: title_award.title %> <%= button_to "Display", character_title_activate_path(title_id: title_award.title.id) %>
<% unless @title_awards.any? %>

You haven't earned any titles, but fret not. The time has come for champions of all kinds. Your hour is not far off.

<% end %>