Some initial attempts at setting up delete and edit functions
This commit is contained in:
parent
5c2466dfaf
commit
517bb5344d
3 changed files with 20 additions and 4 deletions
|
|
@ -25,6 +25,7 @@
|
|||
<td><%= assistant.eval_rate || 'N/A' %></td>
|
||||
<td><%= assistant.capabilities || 'N/A' %></td>
|
||||
<td><%= assistant.created_at.strftime('%Y-%m-%d %H:%M') if assistant.created_at %></td>
|
||||
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue