Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikdb
Commits
d171bcae
Commit
d171bcae
authored
Nov 20, 2013
by
fred
Browse files
use yes/no labels for podcastable and fragment columns
parent
543eb6d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikdb/templates/emissions/episode_detail.html
View file @
d171bcae
...
...
@@ -84,9 +84,9 @@ Tags :
<tr>
<td><a
href=
"{{ soundfile.file.url }}"
>
{{ soundfile|sound_filename }}
</a></td>
<td>
{{ soundfile.title }}
</td>
<td>
{
{ soundfile.format }
}
</td>
<td>
{
{
soundfile.podcastable
}
}
</td>
<td>
{
{
soundfile.fragment
}
}
</td>
<td>
{
% if soundfile.format %}{{ soundfile.format }}{% else %}-{% endif %
}
</td>
<td>
{
% if
soundfile.podcastable
%}oui{% else %}non{% endif %
}
</td>
<td>
{
% if
soundfile.fragment
%}oui{% else %}non{% endif %
}
</td>
{% if can_manage %}
<td><a
href=
"sounds/{{ soundfile.id }}/"
class=
"icon-edit"
title=
"Modifier"
></a></td>
{% endif %}
{% if can_manage %}
<td><a
href=
"sounds/{{ soundfile.id }}/remove"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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