Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 14:23:17 +08:00
parent 1af1d001ca
commit de0be30962
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<% end %>
<% end %>
<% else %>
<% journals.each_with_index do |k,v,i| %>
<% journals.each do |k,v| %>
<% j=0 %>
<% puts ['hello',j,k,v] %>
<% len1 = v.length %>