Update merge.html.erb
This commit is contained in:
parent
214979b7b4
commit
d1fe39a441
|
@ -27,6 +27,8 @@ function change_mode(){
|
||||||
<% end %>
|
<% end %>
|
||||||
</nobr>
|
</nobr>
|
||||||
</form>
|
</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">
|
<table class="table main-list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -106,3 +108,4 @@ function change_mode(){
|
||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</form>
|
Loading…
Reference in New Issue