Add link to booth assignment management at poll booth assigments list
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
<%= render "/admin/poll/polls/poll_header" %>
|
||||
|
||||
|
||||
<div id="poll-resources">
|
||||
<%= render "/admin/poll/polls/subnav" %>
|
||||
<%= render "search_booths" %>
|
||||
|
||||
<h3><%= t("admin.poll_booth_assignments.index.booths_title") %></h3>
|
||||
|
||||
<%= link_to t("admin.booth_assignments.manage_assignments"),
|
||||
manage_admin_poll_booth_assignments_path(@poll),
|
||||
class: "button hollow float-right" %>
|
||||
|
||||
<% if @booth_assignments.empty? %>
|
||||
<div class="callout primary margin-top">
|
||||
<%= t("admin.poll_booth_assignments.index.no_booths") %>
|
||||
|
||||
Reference in New Issue
Block a user