Started work to move the CSS framework to Bootstrap 5
This commit is contained in:
8
views/partials/footer.erb
Normal file
8
views/partials/footer.erb
Normal file
@ -0,0 +1,8 @@
|
||||
<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>
|
Reference in New Issue
Block a user