Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Directory
Commits
8a5ff04a
Commit
8a5ff04a
authored
Sep 25, 2015
by
Marco Flowers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed genre url in the main page
parent
9fb038e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
views/layout.html
views/layout.html
+1
-1
No files found.
views/layout.html
View file @
8a5ff04a
...
...
@@ -85,7 +85,7 @@
<div
class=
"panel-body"
>
<ul
class=
"tag-cloud text-center"
>
{% for genre in stats.genres %}
<li
class=
"popularity-{{genre.popularity}}"
><a
href=
"/search?={{genre.genre |url_encode}}"
class=
"tag"
title=
"{{genre.genre}} radios"
>
{{genre.genre}}
</a></li>
<li
class=
"popularity-{{genre.popularity}}"
><a
href=
"/search?
genre
={{genre.genre |url_encode}}"
class=
"tag"
title=
"{{genre.genre}} radios"
>
{{genre.genre}}
</a></li>
{% endfor %}
</ul>
</div>
...
...
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