mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Remove some more 2016 stuff.
This commit is contained in:
@@ -148,7 +148,7 @@ func (matchResult *MatchResult) CorrectEliminationScore() {
|
||||
}
|
||||
}
|
||||
|
||||
// No elimination tiebreakers in 2016 Chezy Champs rules.
|
||||
// No elimination tiebreakers in 2017 Chezy Champs rules.
|
||||
}
|
||||
|
||||
// Calculates and returns the summary fields used for ranking and display.
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div id="eventMatchInfo">
|
||||
<span>{{.EventSettings.Name}} 2016</span>
|
||||
<span>{{.EventSettings.Name}} 2017</span>
|
||||
<span class="pull-right" id="matchName"></span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -107,7 +107,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div id="finalEventMatchInfo">
|
||||
<span>{{.EventSettings.Name}} 2016</span>
|
||||
<span>{{.EventSettings.Name}} 2017</span>
|
||||
<span class="pull-right" id="finalMatchName"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>A field management system that just works.</p>
|
||||
<p>Copyright © 2014-2016 Team 254. All Rights Reserved.</p>
|
||||
<p>Copyright © 2014-2017 Team 254. All Rights Reserved.</p>
|
||||
<p><a href="https://github.com/Team254/cheesy-arena">https://github.com/Team254/cheesy-arena</a></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
||||
@@ -205,15 +205,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>2016 Game Rules</legend>
|
||||
<div class="form-group">
|
||||
<label class="col-lg-5 control-label">Initial tower strength</label>
|
||||
<div class="col-lg-7">
|
||||
<input type="text" class="form-control" name="initialTowerStrength" value="{{.InitialTowerStrength}}">
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<div class="form-group">
|
||||
<div class="col-lg-7 col-lg-offset-5">
|
||||
<button type="submit" class="btn btn-info">Save</button>
|
||||
|
||||
Reference in New Issue
Block a user