mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix arrow position in month button
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user