Move update button below refs
This commit is contained in:
parent
689894d2e8
commit
acef1931bc
1 changed files with 4 additions and 4 deletions
|
|
@ -6,10 +6,6 @@
|
||||||
|
|
||||||
<h2>Refs</h2>
|
<h2>Refs</h2>
|
||||||
|
|
||||||
<form method="post" action="{{ link_admin_repo_update }}">
|
|
||||||
<button>Update</button>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<details open>
|
<details open>
|
||||||
<summary>Tracked ({{ tracked_refs.len() }})</summary>
|
<summary>Tracked ({{ tracked_refs.len() }})</summary>
|
||||||
<dl>
|
<dl>
|
||||||
|
|
@ -30,4 +26,8 @@
|
||||||
</dl>
|
</dl>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<form method="post" action="{{ link_admin_repo_update }}">
|
||||||
|
<button>Update</button>
|
||||||
|
</form>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue