Geburtstagsanzeige Helfer in Teilnehmerliste
This commit is contained in:
parent
cce6e40a5b
commit
1ea63c6743
|
@ -17,7 +17,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<% if (teilnehmer.helfer) { %>
|
||||
<a href="/mitglied/<%= teilnehmer.id %>"><strong><%= teilnehmer.vorname %></strong></a>
|
||||
<a href="/mitglied/<%= teilnehmer.id %>"><strong><%= teilnehmer.vorname %> <%= teilnehmer.hasBirthday == 2 ? '🎂🎂' : '' %><%= teilnehmer.hasBirthday == 1 ? '🎂' : '' %></strong></a>
|
||||
<% } else { %>
|
||||
<a href="/mitglied/<%= teilnehmer.id %>"><%= teilnehmer.vorname %> <%= teilnehmer.hasBirthday == 2 ? '🎂🎂' : '' %><%= teilnehmer.hasBirthday == 1 ? '🎂' : '' %></a>
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in New Issue