Update merge.html.erb
This commit is contained in:
parent
7b8f71305c
commit
15d556be81
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue