Merge "Fix CSS for "Cancel" button in workflow execution"

This commit is contained in:
Jenkins 2017-09-20 09:24:36 +00:00 committed by Gerrit Code Review
commit c402ad807d
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@
{% block modal-footer %}
<input class="btn btn-primary pull-right" type="submit" value="{% trans "Execute" %}" />
<a href="{% url 'horizon:mistral:workflows:index' %}" class="btn secondary cancel close">{% trans "Cancel" %}</a>
<a href="{% url 'horizon:mistral:workflows:index' %}" class="btn btn-default cancel">{% trans "Cancel" %}</a>
{% endblock %}