Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 20:44:00 +08:00
parent 214979b7b4
commit d1fe39a441
1 changed files with 4 additions and 1 deletions

View File

@ -27,6 +27,8 @@ function change_mode(){
<% end %>
</nobr>
</form>
<button type="button" onclick="merge_form.submit()"><%= t('personal_journal.merge') %></button>
<form method="get" action='?' name='merge_form'>
<table class="table main-list">
<thead>
<tr>
@ -105,4 +107,5 @@ function change_mode(){
</tr>
<% end %>
</tbody>
</table>
</table>
</form>