tmpl: move #region-queue to heading
the series block will get reused, and we don't want the same ID to appear twice.
This commit is contained in:
parent
d81ae74999
commit
089e551b72
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{{ define "series" }}
|
{{ define "series" }}
|
||||||
<table class="table table-sm table-hover" id="region-queue">
|
<table class="table table-sm table-hover">
|
||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Owner</th>
|
<th scope="col">Owner</th>
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h2>Current Queue</h2>
|
<h2 id="region-queue">Current Queue</h2>
|
||||||
{{ block "series" .series }}{{ end }}
|
{{ block "series" .series }}{{ end }}
|
||||||
|
|
||||||
<h2 id="region-log">History</h2>
|
<h2 id="region-log">History</h2>
|
||||||
|
|
Loading…
Reference in a new issue