Fix arrow position in month button

This commit is contained in:
Raphael Michel
2019-03-27 16:07:12 +01:00
parent 7ef289da45
commit 9f7f0e74ff

View File

@@ -32,8 +32,8 @@
</div> </div>
<div class="col-sm-4 hidden-xs text-right"> <div class="col-sm-4 hidden-xs text-right">
<a href="?{% url_replace request "year" after.year "month" after.month %}" class="btn btn-default"> <a href="?{% url_replace request "year" after.year "month" after.month %}" class="btn btn-default">
<span class="fa fa-arrow-right"></span>
{{ after|date:"F Y" }} {{ after|date:"F Y" }}
<span class="fa fa-arrow-right"></span>
</a> </a>
</div> </div>
</div> </div>