Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 14:49:09 +08:00
parent 9ec51c6b56
commit 08251b5615
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<% end %>
<% v.each_with_index do |journal_child,index1| %>
<td>
<% get_member(journal).each do |member| %>
<% get_member(journal_child).each do |member| %>
<%= member.name rescue t('personal_journal.no_input') %>
<% end %>
</td>