<%= form_tag request.fullpath, method: 'get', id: 'filter' do %> <%= text_field_tag :q, params[:q], placeholder: t('global.filter') %> <% end %> <% if new_path %> <%= link_to t('global.create'), new_path, class: 'button action' %> <% end %>