Add comma delimiter to contact number lines in nearest hub list #66

This commit is contained in:
Kendrick Chan 2018-04-03 13:42:25 +08:00
parent 5eb73c7292
commit 15e2650fc2

View file

@ -553,7 +553,7 @@
-->
<td class="text-right">{{ hub.rider_count }}</td>
<td class="text-right">{{ hub.jo_count }}</td>
<td>{{ hub.hub.getContactNumbers }}</td>
<td>{{ hub.hub.getContactNumbers|replace({"\n": ', '}) }}</td>
</tr>
{% endfor %}
</tbody>