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
radiopanik
panikweb
Commits
269c1514
Commit
269c1514
authored
Dec 20, 2013
by
fred
Browse files
adapt "all" links in homepage sidebar to point to archive pages
parent
02151fd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/home.html
View file @
269c1514
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
{% if newsitems %}
{% if newsitems %}
<div
id=
"recent-news"
>
<div
id=
"recent-news"
>
<h3
class=
"sectionLabel right"
><a
href=
"{% url 'news' %}"
>
Toutes
</a></h3>
<h3
class=
"sectionLabel right"
><a
href=
"{% url 'news
Archives
' %}"
>
Toutes
</a></h3>
<h3
class=
"sectionLabel"
>
Dernières actus
<a
class=
"button icon-rss inBlock"
href=
"{% url 'atom-feed' %}"
></a></h3>
<h3
class=
"sectionLabel"
>
Dernières actus
<a
class=
"button icon-rss inBlock"
href=
"{% url 'atom-feed' %}"
></a></h3>
<ul
class=
"custom list"
>
<ul
class=
"custom list"
>
{% for content in newsitems %}
{% for content in newsitems %}
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
{% if soundfiles %}
{% if soundfiles %}
<div
id=
"recent-sounds"
>
<div
id=
"recent-sounds"
>
<h3
class=
"sectionLabel right"
><a
href=
"{% url 'listen' %}"
>
Tous
</a></h3>
<h3
class=
"sectionLabel right"
><a
href=
"{% url 'listen
Archives
' %}"
>
Tous
</a></h3>
<h3
class=
"sectionLabel"
>
Derniers sons
<a
class=
"button icon-rss inBlock"
href=
"{% url 'podcasts-feed' %}"
></a></h3>
<h3
class=
"sectionLabel"
>
Derniers sons
<a
class=
"button icon-rss inBlock"
href=
"{% url 'podcasts-feed' %}"
></a></h3>
<ul
class=
"custom list"
>
<ul
class=
"custom list"
>
{% for soundfile in soundfiles %}
{% for soundfile in soundfiles %}
...
...
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