Added GORM to handle database
This commit is contained in:
@ -14,6 +14,11 @@
|
||||
</div>
|
||||
<div class="four columns">
|
||||
<p><a href="/hardware/add">Add new hardware</a></p>
|
||||
<ul>
|
||||
{{ range $i, $comp := .hardware }}
|
||||
<li>{{ $comp.Name }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="four columns">
|
||||
<p><a href="/game/add">Add new game</a></p>
|
||||
|
Reference in New Issue
Block a user