Skip to content
Snippets Groups Projects
Commit 605516ff authored by xavier's avatar xavier
Browse files

without separator at the end

parent d10bb784
Branches fix573
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
<div class='crm-summary-row'>
<div class='crm-label'>Groups</div>
<div class='crm-content'>
{foreach from=$result.values item=g}
{$g.title},
{foreach from=$result.values item=g name=groups}
{$g.title}{if (!$smarty.foreach.groups.last)}, {/if}
{/foreach}
</div>
</div>
......
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