visually distinguish portal for proxy voters

fixes #11
This commit is contained in:
Kiara Grouwstra 2023-03-11 23:23:37 +01:00
parent 62b9b5517d
commit b818faf554
Signed by: kiara
GPG Key ID: 47D3B7604FFCA83A
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<p id="notice"><%= notice %></p>
<div style="font-family: sans-serif;">
<h1>Stemmingen</h1>
<h1>Stemmingen<% if @user.proxy %> (gemachtigde)<% end %></h1>
<% if @votes.length > 0 %>
<table>
@ -41,6 +41,7 @@
<% end %>
<% end %>
<% if @user.proxy %>
<br>
<!--
@ -50,4 +51,5 @@
<!--
(voor toelichtingen)
-->
<% end %>
</div>