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
9777837d
Commit
9777837d
authored
Oct 03, 2013
by
fred
Browse files
sounds: add a label to genre facet selector
parent
f12a7152
Changes
1
Show whitespace changes
Inline
Side-by-side
panikweb_templates/templates/listen/archives.html
View file @
9777837d
...
...
@@ -14,6 +14,9 @@ officiis has, hinc libris aliquam pro te.
<nav>
{% if facets.fields.categories %}
<ul
class=
"custom padded"
>
{% if facets.fields.categories %}
<li><span
class=
"mainLabel"
>
Genre :
</span></li>
{% endif %}
{% for category in facets.fields.categories %}
<li>
{% if category.0 in selected_categories %}
<a
class=
"check icon-check count-{{ category.1 }}"
href=
"{{ request.get_full_path|remove_category_facet:category.0 }}"
>
...
...
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