Files
game-data/views/benchmark/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

19 lines
367 B
Plaintext

<div class="row">
<div class="col-12">
<h1><%= benchmark.name %></h1>
</div>
<div class="col-12">
<p><a href="/benchmark/<%= benchmark.id %>/edit">Edit</a></p>
</div>
<div class="col-12">
Benchmark scoring type: <%= benchmark.scoring %>
</div>
<div class="col-12">
Description:
<p><%= benchmark.description %></p>
</div>
</div>