voting portal: show name to visually distinguish delegations

fixes #11
This commit is contained in:
Kiara Grouwstra 2023-02-18 23:20:47 +01:00
parent 3a0dbb3e98
commit aac08208cc
Signed by: kiara
GPG Key ID: 47D3B7604FFCA83A
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<p id="notice"><%= notice %></p>
<h1>Stemmingen</h1>
<h1>Stemmingen: <%= @user.name %></h1>
<ul>
<% @votes.each do |vote| %>