Files
game-data/views/hardware/view.erb
Gregory Ballantine 886f566ae2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline failed
Started work to move the CSS framework to Bootstrap 5
2025-07-25 17:44:25 -04:00

14 lines
261 B
Plaintext

<div class="row">
<div class="col-12">
<h1><%= hardware.name %></h1>
</div>
<div class="col-12">
<p><a href="/hardware/<%= hardware.id %>/edit">Edit</a></p>
</div>
<div class="col-12">
Hardware type: <%= hardware.type %>
</div>
</div>