Update merge.html.erb

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

View File

@ -36,7 +36,7 @@
<% if params['mode']=='simple' %>
<% journals.each_with_index do |journal,i| %>
<td>
<%= get_member(journal).collect(&:name).join(', ') rescue t('personal_journal.no_input') %>
<%= get_member(journal).collect(&:name).join(' / ') rescue t('personal_journal.no_input') %>
</td>
<% if len!=(i+1) %>
</tr>