Sequence number to performance list and creation form.

This commit is contained in:
codevictory
2021-05-22 11:34:33 +03:00
parent d82746f074
commit fcfee8ce18
3 changed files with 14 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
<tr>
<th>Nimi</th>
<th>Seloste</th>
<th>Prioriteetti</th>
<th></th>
</tr>
@@ -15,6 +16,7 @@
<tr>
<td><%= performance.name %></td>
<td><%= performance.desc %></td>
<td><%= performance.seqnum %></td>
<td class="actions">
<span><%= link "Lisätietoja", to: Routes.admin_performance_path(@conn, :show, performance) %></span>