Some initial attempts at setting up delete and edit functions

This commit is contained in:
James Dinkel 2025-08-30 01:29:28 -04:00
parent 5c2466dfaf
commit 517bb5344d
3 changed files with 20 additions and 4 deletions

View file

@ -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>