Files
game-data/views/partials/footer.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

8 lines
222 B
Plaintext

<nav id="main-footer" class="container">
<div class="row">
<div class="col-12">
<p>Game Data version v<%= app_version() %></p>
<p>Running Ruby version v<%= ruby_version() %></p>
</div>
</div>
</nav>