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" }}
|
||||
<table class="table table-sm table-hover" id="region-queue">
|
||||
<table class="table table-sm table-hover">
|
||||
<thead class="thead-light">
|
||||
<tr>
|
||||
<th scope="col">Owner</th>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>Current Queue</h2>
|
||||
<h2 id="region-queue">Current Queue</h2>
|
||||
{{ block "series" .series }}{{ end }}
|
||||
|
||||
<h2 id="region-log">History</h2>
|
||||
|
|
Loading…
Reference in a new issue