Show game counts in reveal/vote titles
This commit is contained in:
@@ -129,14 +129,14 @@
|
||||
|
||||
<div id="reveal-view" class="phase-view hidden">
|
||||
<div class="phase-header">
|
||||
<h2 data-i18n="section.allSuggestions">All Suggestions</h2>
|
||||
<h2 id="reveal-title" data-i18n="section.allSuggestions">All Suggestions</h2>
|
||||
</div>
|
||||
<div id="all-suggestions" class="card-grid"></div>
|
||||
</div>
|
||||
|
||||
<div id="vote-view" class="phase-view hidden">
|
||||
<div class="phase-header">
|
||||
<h2 data-i18n="section.vote">Vote 0–10</h2>
|
||||
<h2 id="vote-title" data-i18n="section.vote">Vote 0–10</h2>
|
||||
</div>
|
||||
<div id="vote-list" class="card-grid"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user