Added ability to edit hardware

This commit is contained in:
2025-05-30 01:30:36 -04:00
parent 28b6cc66bb
commit cf9235cb18
3 changed files with 55 additions and 0 deletions

View File

@ -6,6 +6,10 @@
<div class="cell small-12">
Hardware type: <%= hardware.type %>
</div>
<div class="cell small-12">
<p><a href="/hardware/<%= hardware.id %>/edit">Edit</a></p>
</div>
</div>
<hr>