Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 17:02:08 +08:00
parent 2104996144
commit 94e77d6dcb
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<% end %> <% end %>
<% v.each_with_index do |journal_child,index1| %> <% v.each_with_index do |journal_child,index1| %>
<td> <td>
<a href="<%= edit_admin_journal_paper_path(journal) %>" target="_blank"> <a href="<%= edit_admin_journal_paper_path(journal_child) %>" target="_blank">
<%= get_member(journal_child).collect(&:name).join(' / ') rescue t('personal_journal.no_input') %> <%= get_member(journal_child).collect(&:name).join(' / ') rescue t('personal_journal.no_input') %>
</a> </a>
</td> </td>