diff --git a/app/views/admin/poll/booths/index.html.erb b/app/views/admin/poll/booths/index.html.erb index 9a7e38247..23ad5667f 100644 --- a/app/views/admin/poll/booths/index.html.erb +++ b/app/views/admin/poll/booths/index.html.erb @@ -4,14 +4,14 @@ <%= link_to t("admin.booths.index.add_booth"), new_admin_booth_path, class: "button float-right" %> <% end %> +<%= render "/admin/shared/booth_search", url: admin_booths_path %> + <% if @booths.empty? %>
<%= t("admin.booths.index.no_booths") %>
<% end %> -<%= render "/admin/shared/booth_search", url: admin_booths_path %> - <% if @booths.any? %>

<%= page_entries_info @booths %>