Skip to content
Snippets Groups Projects
Verified Commit de16ace3 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix icons in turnable template.

parent e8a5775d
No related branches found
No related tags found
No related merge requests found
Pipeline #519 failed
......@@ -11,10 +11,10 @@
</div>
<div class="btn-group" role="group" aria-label="URL actions">
<a href="{{ url_prev }}" class="btn btn-dark">
<span class="mdi mdi-chevron-left"></span>
<i class="material-icons">chevron_left</i>
</a>
<a href="{{ url_next }}" class="btn btn-dark">
<span class="mdi mdi-chevron-right"></span>
<i class="material-icons">chevron_right</i>
</a>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment