feat: work on date menu
This commit is contained in:
@ -16,13 +16,15 @@
|
||||
{% endfor %}
|
||||
</section>
|
||||
|
||||
<div class="has-text-right">
|
||||
<a href="{% url "episode-list" parent_slug=program.slug %}"
|
||||
class="button action"
|
||||
aria-label="{% translate "Show all program's articles" %}">
|
||||
{% translate "All episodes" %}
|
||||
</a>
|
||||
</div>
|
||||
<nav class="has-text-right">
|
||||
<li class="nav-item">
|
||||
<a href="{% url "episode-list" parent_slug=program.slug %}"
|
||||
class="button action"
|
||||
aria-label="{% translate "Show all program's articles" %}">
|
||||
{% translate "All episodes" %}
|
||||
</a>
|
||||
</li>
|
||||
</nav>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
@ -37,13 +39,15 @@
|
||||
{% endfor %}
|
||||
</section>
|
||||
|
||||
<div class="has-text-right">
|
||||
<a href="{% url "article-list" parent_slug=program.slug %}"
|
||||
class="button action"
|
||||
aria-label="{% translate "Show all program's articles" %}">
|
||||
{% translate "All articles" %}
|
||||
</a>
|
||||
</div>
|
||||
<nav class="has-text-right">
|
||||
<li class="nav-item">
|
||||
<a href="{% url "article-list" parent_slug=program.slug %}"
|
||||
class="button action"
|
||||
aria-label="{% translate "Show all program's articles" %}">
|
||||
{% translate "All articles" %}
|
||||
</a>
|
||||
</li>
|
||||
</nav>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user