Add "Enqueue" button to commits
This commit is contained in:
parent
5e0b8e3c8c
commit
48693d3f1c
4 changed files with 41 additions and 3 deletions
|
|
@ -33,4 +33,8 @@
|
|||
<pre class="{% call util::commit_class(reachable) %}"
|
||||
title="{% call util::commit_title(reachable) %}">{{ message }}</pre>
|
||||
</div>
|
||||
|
||||
<form method="post" action="{{ base.root }}commit/{{ hash }}/enqueue">
|
||||
<button>Enqueue</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue