Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 14:52:24 +08:00
parent 7b8f71305c
commit 15d556be81
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<% end %>
<% v.each_with_index do |journal_child,index1| %>
<td>
<%= get_member(journal_child).collect(&:name).join(', ') rescue t('personal_journal.no_input') %>
<%= get_member(journal_child).collect(&:name).join(' / ') rescue t('personal_journal.no_input') %>
</td>
<% if len1!=index1 %>
</tr>