Fixes to archive page

This commit is contained in:
2022-05-04 01:20:32 +03:00
parent d6cdf054c0
commit f1b0a3fcf1
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
<tr>
<td><%= performer.name %></td>
<td><%= performer.confirmed %></td>
<td><%= performer.archived %></td>
<td class="actions">
<span><%= link "Esiintyjäsivu", to: Routes.performer_path(@conn, :show, performer) %></span>