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

index 82b033bba2c1f034fb54d32b1196e0f804e4b672..d1156cd040c6c1999a6a425e092d36342c2d2ee8 100644 (file)
                                                    <div class="">{% emission_resume %}</div>
                                            {% endwith %}
                        {% endif %}
-                                       <h5 class="sectionLabel">Dernières news</h5>
+                                       <h5 class="sectionLabel right">
+                        <a href="{% url 'newsArchives' %}">
+                                           <span class="iconLabel">Toutes</span>
+                                   </a>
+                    </h5>
+                                       <h5 class="sectionLabel">
+                            <span class="iconLabel">Dernières actus</span>
+                    </h5>
                                                <ul class="custom list">
                                                {% for content in news %}
                                                        {% if content != newsitem %}<li>{% news_inline %}</li>{% endif %}