Skip to content

Commit

Permalink
standardise buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Jan 11, 2024
1 parent 4b13513 commit 005edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indigo_app/templates/indigo_api/work_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</form>
{% endif %}
{% if perms.indigo_api.change_work or not work and perms.indigo_api.add_work %}
<a class="btn btn-outline-info mr-1" href="{% url 'create_task' place=place.place_code %}?frbr_uri={{ work.frbr_uri|urlencode }}">{% trans 'Create task' %}</a>
<a class="btn btn-success mr-1" href="{% url 'create_task' place=place.place_code %}?frbr_uri={{ work.frbr_uri|urlencode }}">{% trans 'Create task' %}</a>
<a class="btn btn-primary" href="{% url 'work_edit' frbr_uri=work.frbr_uri %}">{% trans 'Edit work' %}</a>
{% endif %}
</div>
Expand Down

0 comments on commit 005edae

Please sign in to comment.