Don't use # as link on group nodes listing, use the actual link
This commit is contained in:
parent
001d310d76
commit
6537332b26
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
| {# Browse type: List #}
|
| {# Browse type: List #}
|
||||||
a(
|
a(
|
||||||
href="#",
|
href="{{ url_for_node(node=child) }}",
|
||||||
data-node_id="{{ child._id }}",
|
data-node_id="{{ child._id }}",
|
||||||
class="item_icon list-node-children-item browse-list")
|
class="item_icon list-node-children-item browse-list")
|
||||||
.list-node-children-item-thumbnail
|
.list-node-children-item-thumbnail
|
||||||
@ -112,7 +112,10 @@
|
|||||||
|
|
||||||
|
|
||||||
| {# Browse type: Icon #}
|
| {# Browse type: Icon #}
|
||||||
a(href="#", data-node_id="{{ child._id }}", title="{{ child.name }}", class="item_icon list-node-children-item browse-icon")
|
a(href="{{ url_for_node(node=child) }}",
|
||||||
|
data-node_id="{{ child._id }}",
|
||||||
|
title="{{ child.name }}",
|
||||||
|
class="item_icon list-node-children-item browse-icon")
|
||||||
.list-node-children-item-thumbnail
|
.list-node-children-item-thumbnail
|
||||||
|
|
||||||
| {% if child.picture %}
|
| {% if child.picture %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user