Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 17:48:30 +08:00
parent cc551c6d30
commit 301e9d4ac2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<nobr> <nobr>
<%= '嚴格比較模式'+':' %> <%= '嚴格比較模式'+':' %>
<% if params['mode']!='simple' %> <% if params['mode']!='simple' %>
<input type="checkbox" name="mode" value="simple" onchange='this.form.submit()' checked><span>是</span> <input type="checkbox" name="mode" value="simple" onchange='this.form.submit()'><span>是</span>
<% else %> <% else %>
<input type="checkbox" name="mode" value="strict" onchange='this.form.submit()'><span>否</span> <input type="checkbox" name="mode" value="strict" onchange='this.form.submit()'><span>否</span>
<% end %> <% end %>