Update merge.html.erb

This commit is contained in:
chiu 2019-10-31 20:44:37 +08:00
parent dc6c07b103
commit 36486056d7
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
<%= key[1].values.map{|v| v=="" ? t('personal_journal.no_input') : v}.join('/') %>
</td>
<% journals.each_with_index do |journal,i| %>
<%= journal %>
<td>
<%= journal %>
</td>
<% if len!=(i+1) %>
</tr>
<tr>