<% if current_char %>
-
<%= link_to "Locations", locations_path %>
-
<%= link_to "Character", character_path(current_char) %>
-
<%= link_to "Inventory", character_items_path(current_char) %>
-
<%= link_to "Hearth", character_hearth_path(current_char) %>
-
<%= link_to "Bazaar", bazaar_path %>
<% end %>