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
e6e77ac2
Commit
e6e77ac2
authored
Dec 16, 2013
by
fred
Browse files
adjustments to episode inline view
parent
34a451b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/episodes/inline.html
View file @
e6e77ac2
...
...
@@ -13,9 +13,9 @@
{% if episode.main_sound %}
<div
class=
"sound right"
>
{% audio sound=episode.main_sound %}
</div>
{% endif %}
<div
class=
"title
ellipsis
"
>
<div
class=
"smooth"
>
{{ episode.first_diffusion|date:"
D d M Y"|lower
}}
</div>
<h5
class=
"
inBlock title {% if model = "
inline
"
%}
ellipsis
{%
endif
%}
"
>
<div
class=
"title"
>
<div
class=
"smooth"
>
diffusion le
{{ episode.first_diffusion|date:"
d/m/Y"
}}
</div>
<h5
class=
"
title
"
>
<a
href=
"{% url 'episode-view' emission_slug=episode.emission.slug slug=episode.slug %}"
>
{{ episode.title }}
</a>
</h5>
</div>
...
...
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