Merge branch 'main' of https://github.com/pgiro/sba
This commit is contained in:
commit
abc627148b
@ -2,21 +2,23 @@
|
||||
<div class="rules-view centerDiv">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<h1>Season 7 Rules and Guidelines</h1>
|
||||
<h1>Season 8 Rules and Guidelines</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2>Season 7 Rules Reference</h2>
|
||||
<a href="https://docs.google.com/document/d/1yGZcHy9zN2MUi4hnce12dAzlFpIApbn7zR24vCkPl1o">View in Google Docs</a>
|
||||
<h2>Season 8 Rules Reference</h2>
|
||||
<a target="_blank" href="https://docs.google.com/document/d/1wDaQefxFL7h2Fk4Cx1jf4wTJ-kfx7Bl9_0OGViLjIJ8">View in
|
||||
Google Docs</a>
|
||||
<iframe height="800px" width="100%" style="border: 2px solid darkgray"
|
||||
src="https://docs.google.com/document/d/e/2PACX-1vTJeAZPYPxjon4dqRgwWwsCoUw_xdPZtSBWVzrIQXlZ5N5IJv448QqbmcXCOYUpbbl9JkClOY56lPCj/pub?embedded=true"></iframe>
|
||||
src="https://docs.google.com/document/d/e/2PACX-1vSZTG2Fp9vnqFdsBd-jlgz-Dv_F8EVInXVl1QyOO1EdLMM8EGVXNE7BX-X1W7PToPzzzzw5_NAnDSvm/pub?embedded=true"></iframe>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<h2>Season 7 League Guidelines</h2>
|
||||
<a href="https://docs.google.com/document/d/1gRN2K2rj3kbhY0GQCnEZ0B_IohOl94pCdmmuWLgrcZg">View in Google Docs</a>
|
||||
<h2>Season 8 League Guidelines</h2>
|
||||
<a target="_blank" href="https://docs.google.com/document/d/1PG9KFkIMp3pAf26GPtMmQR65l6h311nYACbv8GB_3q8">View in
|
||||
Google Docs</a>
|
||||
<iframe height="800px" width="100%" style="border: 2px solid darkgray"
|
||||
src="https://docs.google.com/document/d/e/2PACX-1vT3eUdHtPyOfVSAR3ZeaGX3D-94n1ylwp3TaHyFqoGDeOxDr4sN17OVZDTQ6w1OGlM6EUJLBWqyu57D/pub?embedded=true"></iframe>
|
||||
src="https://docs.google.com/document/d/e/2PACX-1vTpwfsNRarodLUXDGBCq7xvc-uebETMXDHR72iWhV4fHZyw2rxv3-Va9-abqercChfs8Hx-bLHxtDuv/pub?embedded=true"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -75,7 +75,8 @@
|
||||
<!-- Right Column -->
|
||||
<div v-if="!isFreeAgentTeam" class="col-sm-6">
|
||||
|
||||
<h3 id="minors-header">{{ minorsTeamName }} ({{ swarTotal(playersMinors).toFixed(2) }})</h3>
|
||||
<h3 id="minors-header">({{ minorsRosterCount }}/6) {{ minorsTeamName }} ({{ swarTotal(playersMinors).toFixed(2)
|
||||
}})</h3>
|
||||
<div class="table-responsive-xl">
|
||||
<table class="table table-sm table-striped" id="table-minors-roster">
|
||||
<thead class="thead-dark">
|
||||
@ -215,6 +216,9 @@ export default {
|
||||
rosterCount(): number {
|
||||
return this.players.length
|
||||
},
|
||||
minorsRosterCount(): number {
|
||||
return this.playersMinors.length
|
||||
},
|
||||
transactionsWeekNumber(): number | undefined {
|
||||
if (this.weekNumber === undefined) return undefined
|
||||
return this.weekNumber + 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user