1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 08:38:59 +00:00

add missing classes to cancel buttons

This commit is contained in:
Lynne Megido 2019-09-01 14:51:14 +10:00
parent a7bde87a45
commit 3a2cbdc267
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
{% endif %} {% endif %}
<div class="container centred"> <div class="container centred">
<a href="/"><i class="fas fa-times"></i> Cancel</a> <a href="/" class="button btn-secondary"><i class="fas fa-times"></i> Cancel</a>
{% if session['step'] != 1 %} {% if session['step'] != 1 %}
<button class="button btn-secondary"><i class="fas fa-arrow-left"></i> Back</button> <button class="button btn-secondary"><i class="fas fa-arrow-left"></i> Back</button>
{% endif %} {% endif %}

View file

@ -35,7 +35,7 @@
{% endif %} {% endif %}
<div class="container centred"> <div class="container centred">
<a href="/"><i class="fas fa-times"></i> Cancel</a> <a href="/" class="button btn-secondary"><i class="fas fa-times"></i> Cancel</a>
{% if session['step'] != 1 %} {% if session['step'] != 1 %}
<button class="button btn-secondary"><i class="fas fa-arrow-left"></i> Back</button> <button class="button btn-secondary"><i class="fas fa-arrow-left"></i> Back</button>
{% endif %} {% endif %}