Started work to redo the UI for database changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
<tbody>
|
||||
<% hardware.each do |h| %>
|
||||
<tr>
|
||||
<td><%= h.name %></td>
|
||||
<td><a href="/hardware/<%= h.id %>"><%= h.name %></a></td>
|
||||
<td><%= h.type %></td>
|
||||
<td><%= date_format(h.created_at) %></td>
|
||||
<td><%= date_format(h.updated_at) %></td>
|
||||
|
Reference in New Issue
Block a user