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
2748d7ab
Commit
2748d7ab
authored
Aug 28, 2013
by
Simon Daron
Browse files
Allow direct emission select in resume view
parent
9da4f16e
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/episodes/resume.html
View file @
2748d7ab
...
...
@@ -30,9 +30,13 @@
{% endif %}
<div
class=
"content"
>
{% if class = "standalone" %}
<h5
class=
"title ellipsis smooth"
>
{{ episode.emission.title }}
</h5>
<h5
class=
"title ellipsis smooth"
>
<a
href=
"{% url 'emission-view' slug=episode.emission.slug %}"
>
{{ episode.emission.title }}
</a>
</h5>
{% endif %}
<h5
class=
"title"
><a
href=
"{% url 'episode-view' emission_slug=episode.emission.slug slug=episode.slug %}"
>
{{ episode.title }}
</a></h5>
<h5
class=
"title"
>
<a
href=
"{% url 'episode-view' emission_slug=episode.emission.slug slug=episode.slug %}"
>
{{ episode.title }}
</a>
</h5>
{% if episode.main_sound %}
<div
class=
"sound"
>
...
...
Write
Preview
Supports
Markdown
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