2023-03-04
This commit is contained in:
14
src/views/opponent/list.hbs
Normal file
14
src/views/opponent/list.hbs
Normal file
@@ -0,0 +1,14 @@
|
||||
<h1>
|
||||
{{title}}
|
||||
</h1>
|
||||
<div class="Panel">
|
||||
<div class="Panel-body">
|
||||
{{#each opponents}}
|
||||
<div class="Panel-row Panel-row--withCells u-textDecorationNone">
|
||||
<a class="Panel-cell" href="opponent/{{this.id}}">
|
||||
{{this.name}}
|
||||
</a>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user