diff --git a/app/views/officing/residence/new.html.erb b/app/views/officing/residence/new.html.erb index 45290762e..4d15db993 100644 --- a/app/views/officing/residence/new.html.erb +++ b/app/views/officing/residence/new.html.erb @@ -1,26 +1,27 @@
| <%= t("officing.voters.new.table_poll") %> | +<%= t("officing.voters.new.table_actions") %> | +
|---|---|
| + <%= poll.name %> + | ++ <% if poll.votable_by?(@user) %> + <%= render "can_vote", poll: poll %> + <% else %> + <%= render "already_voted" %> + <% end %> + | +