Skip to content
Snippets Groups Projects
Commit e17c25f7 authored by Alberto Siles's avatar Alberto Siles
Browse files

Improve item list.

parent dc48687e
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@
<h3>{{ title }}</h3>
{%- endif -%}
{%- if items -%}
<{{ list_type }}{{ attributes }}>
<{{ list_type }}{{ attributes.addClass('list-group') }}>
{%- for item in items -%}
<li{{ item.attributes }}>{{ item.value }}</li>
<li{{ item.attributes.addClass('list-group-item') }}>{{ item.value }}</li>
{%- endfor -%}
</{{ list_type }}>
{%- else -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment