6 lines
185 B
Plaintext
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 %>
|