Privacy statement.

This commit is contained in:
codevictory
2021-05-11 19:35:21 +03:00
parent 2ae2f601dd
commit c5bd951747
12 changed files with 174 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
<td><%= performer.tel %></td>
<td><%= performer.confirmed %></td>
<td>
<td class="actions">
<span><%= link "Lisätietoja", to: Routes.admin_performer_path(@conn, :show, performer) %></span>
<span><%= link "Muokkaa", to: Routes.admin_performer_path(@conn, :edit, performer) %></span>
<span><%= link "Poista", to: Routes.admin_performer_path(@conn, :delete, performer), method: :delete, data: [confirm: "Haluatko poistaa esiintyjän #{performer.fname} #{performer.lname}?"] %></span>