mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-19 03:25:26 +00:00
Added frontend pages and trying to model wrestlers on frontend
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
|
||||
<a href="/tournaments" class="btn btn-default">Back to browse tournaments</a>
|
||||
<h1>
|
||||
{{ tournament.name }}
|
||||
</h1>
|
||||
<h1>{{ wrestler.matches(tournament.matches,tournament.weights[0].wrestlers[0]) }}</h1>
|
||||
<p>
|
||||
<strong>Address:</strong>
|
||||
{{ tournament.address }}
|
||||
@@ -166,4 +168,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user