Update merge.html.erb

This commit is contained in:
chiu 2019-10-31 20:42:00 +08:00
parent 581b08563b
commit 71e138cda2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
</td>
<% journals.each_with_index do |journal,i| %>
<%= journal %>
<% if len!=i %>
<% if len!=(i+1) %>
</tr>
<tr>
<% end %>