Current section
Files
Jump to
Current section
Files
priv/templates/_admin_button_dropdown_predicates.tpl
{#
params:
- selected_qvalue
- option_class
#}
{% for name,p in m.predicate %}
<li class="{% if p.id == selected_qvalue %}active{% endif %}">
<a href="#" class="{{ option_class }}" data-value="{{ p.id }}">{{ p.title|default:p.name }}</a>
</li>
{% endfor %}