Edit Multiple Works

<%= render "users/header_navigation" %> <% if @works.empty? %>

<%= t(".no_works") %>

<% else %> <%= form_tag edit_multiple_user_works_path(@user), id: "edit-multiple-works" do %>
<%= check_all_none %>
Actions

Actions

<% end %> <% end %>