<%= t("personal_other_paper.other_paper_status.status") %> <%= t(:action) %> <% @other_paper_statuses.each do |other_paper_status| %> <%= other_paper_status.status %> <%= t(:edit) %> <%= link_to t(:delete_), admin_other_paper_status_path(other_paper_status), "data-confirm" => t('sure?'), :method => :delete, :remote => true,:class=>"archive_toggle action" %> <% end %>