Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 14:24:54 +08:00
parent de0be30962
commit 53f74e9cf2
1 changed files with 4 additions and 1 deletions

View File

@ -44,6 +44,7 @@
<% end %>
<% end %>
<% else %>
<% i=0 %>
<% journals.each do |k,v| %>
<% j=0 %>
<% puts ['hello',j,k,v] %>
@ -74,7 +75,9 @@
</tr>
<tr>
<% end %>
<% j=j+1 %>
<% j=j+1
i =i+1
%>
<% end %>
<% end %>
</tr>