Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 14:33:37 +08:00
parent 9b117a71f4
commit a3acdf6733
1 changed files with 2 additions and 2 deletions

View File

@ -47,9 +47,9 @@
<% i=0 %>
<% journals.each do |k,v| %>
<% len1 = v.length %>
<% k.each |keychild| %>
<% k.each do |keychild| %>
<td rowspan="<%= len1 %>">
<%= keychild %>
<%= keychild.to_s.blank? ? t('personal_journal.no_input') : keychild %>
</td>
<% end %>
<% v.each_with_index do |journal_child,index1| %>