Make ‘Add a new service’ a button

This, along with putting it in a sticky footer, makes it consistent with
the ‘Add template’ and ‘Invite team member’ buttons.
This commit is contained in:
Chris Hill-Scott
2019-04-30 15:08:40 +01:00
parent 9e238a4f87
commit 3cfe4740fb
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -36,7 +36,9 @@
{% endif %}
</ul>
{% if can_add_service %}
<a href="{{ url_for('.add_service') }}" class="browse-list-link">Add a new service…</a>
<div class="js-stick-at-bottom-when-scrolling">
<a href="{{ url_for('.add_service') }}" class="button-secondary">Add a new service</a>
</div>
{% endif %}
{% endblock %}