Remove sequence number from performer.

This commit is contained in:
codevictory
2021-06-02 19:58:29 +03:00
parent 2f912e6153
commit 4fed654c2d
7 changed files with 16 additions and 20 deletions

View File

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