Make most links typesafe
This commit is contained in:
parent
30ddf1e9b2
commit
e64ea7ac12
10 changed files with 82 additions and 100 deletions
|
|
@ -34,7 +34,7 @@
|
|||
title="{% call util::commit_title(reachable) %}">{{ message }}</pre>
|
||||
</div>
|
||||
|
||||
<form method="post" action="{{ base.root }}{{ link_admin_queue_add }}">
|
||||
<form method="post" action="{{ link_admin_queue_add }}">
|
||||
<input type="hidden" name="hash" value="{{ hash }}">
|
||||
<label>Priority: <input type="number" name="priority" value="0" min="-2147483648" max="2147483647"></label>
|
||||
<button>Add to queue</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue