Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 14:20:52 +08:00
parent b94ddbd303
commit 1af1d001ca
1 changed files with 4 additions and 4 deletions

View File

@ -38,6 +38,10 @@
<td>
<%= journal %>
</td>
<% if len!=(i+1) %>
</tr>
<tr>
<% end %>
<% end %>
<% else %>
<% journals.each_with_index do |k,v,i| %>
@ -72,10 +76,6 @@
<% end %>
<% j=j+1 %>
<% end %>
<% if len!=(i+1) %>
</tr>
<tr>
<% end %>
<% end %>
</tr>
<% end %>