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
5dcd96ab
Commit
5dcd96ab
authored
Sep 16, 2013
by
fred
Browse files
remove always empty meta div for now
parent
11e62a05
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/episodes/resume.html
View file @
5dcd96ab
...
...
@@ -83,21 +83,5 @@
</article>
{% endif %}
{% endif %}
<div
class=
"metas"
>
{% if episode.serie or episode.auteur or episode.redif %}
<dl
class=
"credits cf"
>
{% if episode.serie %}
<dt>
Serie
</dt><dd>
{{ serie }}
</dd>
{% endif %}
{% if episode.auteur %}
<dt>
Auteur
</dt><dd>
{{ auteur }}
</dd>
{% endif %}
{% if episode.redif %}
<dt>
Redifusion
</dt><dd>
{{ redif }}
</dd>
{% endif %}
</dl>
{% endif %}
{% if episode.tagList %}
<ul
class=
"custom inline"
>
{% for tag in episode.tagList %}
<li><button
class=
"tag"
>
{{ tag }}
</button></li>
{% endfor %}
</ul>
{% endif %}
</div>
</div>
</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