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
7434c101
Commit
7434c101
authored
Dec 22, 2013
by
fred
Browse files
add a 'all' link next to 'new emissions' on homepage (#1119)
parent
790aab8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/home.html
View file @
7434c101
...
...
@@ -56,7 +56,8 @@
{% if emissions %}
<div
id=
"recent-emissions"
>
<h3
class=
"sectionLabel"
><a
href=
"{% url 'emissions' %}"
>
Nouvelles émissions
</a></h3>
<h3
class=
"sectionLabel right"
><a
href=
"{% url 'emissions' %}"
>
Toutes
</a></h3>
<h3
class=
"sectionLabel"
>
Nouvelles émissions
</h3>
<ul
class=
"custom list padded"
>
{% for emission in emissions %}
<li
class=
"item"
>
...
...
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