Update merge.html.erb
This commit is contained in:
parent
9b117a71f4
commit
a3acdf6733
|
@ -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| %>
|
||||
|
|
Loading…
Reference in New Issue