mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Refactor Rules to have an ID that is referenced instead of copying details everywhere.
This commit is contained in:
@@ -96,7 +96,9 @@
|
||||
<h4>Fouls</h4>
|
||||
{{"{{#each fouls}}"}}
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-lg-offset-1">{{"{{#if IsTechnical}}"}}Tech {{"{{/if}}"}}Foul</div>
|
||||
<div class="col-lg-3 col-lg-offset-1">
|
||||
{{"{{#if IsTechnical}}"}}Tech {{"{{/if}}"}}Foul{{"{{#if IsRankingPoint}}"}}+RP{{"{{/if}}"}}
|
||||
</div>
|
||||
<div class="col-lg-3">Team {{"{{TeamId}}"}}</div>
|
||||
<div class="col-lg-3" data-toggle="tooltip" title="{{"{{Description}}"}}">{{"{{RuleNumber}}"}}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user