Files
nairobi/app/views/layouts/_officing_booth.html.erb
2021-02-05 17:46:23 +01:00

6 lines
185 B
Plaintext

<% if current_user.poll_officer? %>
<div id="officing-booth" class="callout info">
<%= t("admin.officing_booth.title", booth: try(:current_booth)&.location) %>
</div>
<% end %>