<% titles = "" %> <%= form_tag admin_title_provider_group_names_path, remote: true, method: :get, id: 'title_provider_group_names_menu' do %> <%= select_tag :country_id, options_for_select(select_country, default_country), class: "form-control input-xs" %> <%= select_tag :id, options_for_select(select_group, default_group), class: "form-control input-xs"%> <% end %> <% if @title_provider_group_name_id %> <%= link_to I18n.t('edit'), edit_admin_title_provider_group_name_path(@title_provider_group_name_id), remote: true, class: 'pw_tpgn_link' %> <% if @titles.empty? %> <%= link_to I18n.t('destroy'), admin_title_provider_group_name_path(@title_provider_group_name_id), data: { confirm: I18n.t('are_you_sure') }, method: :delete, remote: true, class: 'pw_tpgn_link' %> <% else %> <%= link_to I18n.t('destroy'), '#deletemodal', data: { toggle: :modal, target: "#deletemodal"}, class: "pw_tpgn_link" %> <% end %> <% end %> <%= link_to I18n.t('new_titles_group_name'), new_admin_title_provider_group_name_path(country_id: @country_id), remote: true, class: 'pw_tpgn_link' %>