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
1f074613
Commit
1f074613
authored
Apr 21, 2017
by
fred
Browse files
topiks: make whole navigation items clickable
parent
d06dc76f
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/combo/topik_menu_item.html
View file @
1f074613
{% load combo paniktags thumbnail %}
<li
class=
"item"
>
<div
class=
"topik inline cf"
>
<a
class=
"block cf"
href=
"{{page.get_online_url}}"
>
<div
class=
"logo"
>
{% with page|image_file as logo %}
{% if logo %}
...
...
@@ -14,11 +15,12 @@
</div>
<div
class=
"content"
>
<div
class=
"title"
>
<h5
class=
"title"
>
<a
href=
"{{page.get_online_url}}"
>
{{page.title}}
</
a></
h5>
<h5
class=
"title"
>
{{page.title}}
</h5>
</div>
<div
class=
"smooth metas"
>
<span
class=
"categories"
>
{{category}}
</span>
</div>
</div>
</a>
</div>
</li>
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