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>
|
||||
|
||||
<form method="post" action="{{ link_admin_repo_update }}">
|
||||
<button>Update</button>
|
||||
</form>
|
||||
|
||||
<details open>
|
||||
<summary>Tracked ({{ tracked_refs.len() }})</summary>
|
||||
<dl>
|
||||
|
|
@ -30,4 +26,8 @@
|
|||
</dl>
|
||||
</details>
|
||||
|
||||
<form method="post" action="{{ link_admin_repo_update }}">
|
||||
<button>Update</button>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue