Files
grecia/app/views/layouts/_officing_booth.html.erb
2019-03-28 15:50:34 +01:00

6 lines
190 B
Plaintext

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