Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
37664586
Commit
37664586
authored
Sep 22, 2013
by
Simon Daron
Committed by
fred
Sep 22, 2013
Browse files
add a second title to link to all newsitems
parent
bb4877df
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/emissions/newsitem_detail.html
View file @
37664586
...
...
@@ -29,7 +29,14 @@
<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 %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment