<%= form_tag(free_company_leaderboards_path(params[:id]), method: :get, enforce_utf8: false,
class: 'form form-inline search-form ml-3 my-2') do |f| %>
<%= select_tag :category, leaderboards_categories(@category), class: 'form-control form-control-sm' %>
<%= submit_tag t('select'), name: nil, class: 'btn btn-primary btn-sm' %>
<% end %>
<%= render 'table' %>