Swapped next and previous labels on shows.
This commit is contained in:
parent
294144db44
commit
2f0abd3f2b
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
{% set offset = 4 %}
|
||||
<div class="col-md-4">
|
||||
<a class="button" href="/{{ previous.path }}">
|
||||
<i>Spectacle suivant :</i><br/>
|
||||
<i>Spectacle précédent :</i><br/>
|
||||
<span class="show-link-title">{{ previous.title }}</span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
{% if next %}
|
||||
<div class="col-md-4 col-md-offset-{{ offset }}">
|
||||
<a class="button" href="/{{ next.path }}">
|
||||
<i>Spectacle précédent :</i><br/>
|
||||
<i>Spectacle suivant :</i><br/>
|
||||
<span class="show-link-title">{{ next.title }}</span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue