%= render 'shared/filters' %>
<%= @profile.name %> (<%= @profile.server %>)
<%= link_to fa_icon('user', text: t('characters.profile')), character_path(@profile),
class: 'btn btn-primary btn-sm mr-auto' %>
<%= button_tag fa_icon('filter', text: t('filters')), data: { toggle: 'modal', target: '#filters'},
type: 'button', class: 'btn btn-secondary btn-sm modal-toggle' %>