Make the comma for every inline field

This commit is contained in:
benjamin melançon 2018-11-01 04:36:03 -04:00
parent f1f580a357
commit a0d31318e4
2 changed files with 1 additions and 72 deletions

View file

@ -58,7 +58,7 @@
<p{{ attributes.removeClass('content') }}>
<label{{ title_attributes.removeClass('label') }}>{{ label }}</label>
{% for item in items %}
<strong>{{ item.content }}</strong>
<strong>{{ item.content }}</strong>{% if not loop.last %}, {% endif %}
{% endfor %}
</p>
{% else %}