]> git.0d.be Git - panikweb.git/commitdiff
use a second title to link to all sounds
authorlaron <simon@surlaterre.org>
Sun, 22 Sep 2013 12:17:04 +0000 (14:17 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 22 Sep 2013 13:41:53 +0000 (15:41 +0200)
panikweb_templates/templates/home.html

index ea64b6521f0eac18aab8b43bfbf71b8050afd7fd..0fec88e37608f53af516b2d5a0eaa45ce4e65f54 100644 (file)
@@ -43,7 +43,8 @@
             {% if soundfiles %}
 
                    <div id="recent-sounds">
-                   <h3 class="sectionLabel"><a href="{% url 'listen' %}">Derniers sons</a></h3>
+                   <h3 class="sectionLabel right"><a href="{% url 'listen' %}">Tous</a></h3>
+                   <h3 class="sectionLabel">Derniers sons</h3>
                    <ul class="custom columns list">
                    {% for soundfile in soundfiles %}
                            <li class="item {% if soundfile.episode.emission.categories.all.count = 0 %}nocat{% endif %} {% for category in soundfile.episode.emission.categories.all %} {{ category|slugify }}{% endfor %}">