move unreject button
This commit is contained in:
parent
931c6a5267
commit
455d9a199b
1 changed files with 3 additions and 3 deletions
|
@ -126,6 +126,9 @@
|
|||
{% if can_unpropose %}
|
||||
<button type="submit" class="btn btn-warning" name="unpropose" value="1">{% trans 'Unpropose' %}</button>
|
||||
{% endif %}
|
||||
{% if can_unreject %}
|
||||
<button type="submit" class="btn btn-warning" name="unreject" value="1">{% trans 'Unreject' %}</button>
|
||||
{% endif %}
|
||||
<div class="pull-right">
|
||||
{% if active %}
|
||||
{% if can_edit %}
|
||||
|
@ -141,9 +144,6 @@
|
|||
<button type="submit" class="btn btn-danger" name="reject" value="1">{% trans 'Reject' %}</button>
|
||||
<button type="submit" class="btn btn-success" name="apply" value="1">{% trans 'Apply' %}</button>
|
||||
{% endif %}
|
||||
{% if can_unreject %}
|
||||
<button type="submit" class="btn btn-default" name="unreject" value="1">{% trans 'Unreject' %}</button>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if not active and not changeset.closed %}
|
||||
<button type="submit" class="btn btn-info" name="activate" value="1">{% trans 'Activate' %}</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue