Fixes on buttons/dropdown layout

This commit is contained in:
2018-09-07 14:55:27 +02:00
parent 35225a189d
commit 8380270128
4 changed files with 9 additions and 23 deletions

View File

@@ -6,8 +6,9 @@
| {% if node_type_name == 'group' %}
| {% set node_type_name = 'folder' %}
| {% endif %}
li.dropdown-item(class="button-{{ node_type['name'] }}")
a.item_add_node(
li(class="button-{{ node_type['name'] }}")
a.dropdown-item(
class="item_add_node",
href="#",
title="{{ node_type['description'] }}",
data-node-type-name="{{ node_type['name'] }}",