Make the comma for every inline field
This commit is contained in:
parent
f1f580a357
commit
a0d31318e4
2 changed files with 1 additions and 72 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue