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
04f5ef19
Commit
04f5ef19
authored
Sep 27, 2013
by
fred
Browse files
do not include recent sounds in player for now
parent
bf97b46e
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/includes/player.html
View file @
04f5ef19
...
...
@@ -45,18 +45,3 @@
</div>
</div>
{% if soundfiles %}
<div
id=
"recent-sounds"
>
<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 %}"
>
{% soundfile_resume soundfile=soundfile date=soundfile.first_diffusion %}
</li>
{% endfor %}
</ul>
</div>
{% 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