We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6b509 commit 2963a12Copy full SHA for 2963a12
app/views/view_customizes/index.html.erb
@@ -39,11 +39,11 @@
39
40
<p class="buttons">
41
<%= link_to l(:label_disable_all),
42
- view_customizes_path(view_customize: {is_enabled: false}),
+ view_customizes_path(view_customize: {is_enabled: 0}),
43
:data => {:confirm => l(:text_are_you_sure)}, :method => :put,
44
:class => 'icon icon-view_customize-disable' %>
45
<%= link_to l(:label_enable_all),
46
- view_customizes_path(view_customize: {is_enabled: true}),
+ view_customizes_path(view_customize: {is_enabled: 1}),
47
48
:class => 'icon icon-view_customize-enable' %>
49
</p>
0 commit comments