Add comma delimiter to contact number lines in nearest hub list #66
This commit is contained in:
parent
5eb73c7292
commit
15e2650fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@
|
||||||
-->
|
-->
|
||||||
<td class="text-right">{{ hub.rider_count }}</td>
|
<td class="text-right">{{ hub.rider_count }}</td>
|
||||||
<td class="text-right">{{ hub.jo_count }}</td>
|
<td class="text-right">{{ hub.jo_count }}</td>
|
||||||
<td>{{ hub.hub.getContactNumbers }}</td>
|
<td>{{ hub.hub.getContactNumbers|replace({"\n": ', '}) }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue