diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.erb index 82b361f65..ccad44738 100644 --- a/app/views/posts/index.html.erb +++ b/app/views/posts/index.html.erb @@ -81,9 +81,7 @@ diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index 8709404ca..cf8f3886a 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -196,13 +196,10 @@ diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 34a084a47..402ea39cb 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -97,7 +97,7 @@ <%= f.input :disable_responsive_mode, :as => :select, :collection => [["No", "false"], ["Yes", "true"]], :include_blank => false, :hint => "Disable alternative layout for mobile and tablet" %> - <%= f.input :opt_out_mixpanel, :as => :select, :collection => [["No", "false"], "Yes", "true"]], :include_blank => false, :hint => "Opt out of MixPanel tracking" %> + <%= f.input :opt_out_mixpanel, :as => :select, :collection => [["No", "false"], ["Yes", "true"]], :include_blank => false, :hint => "Opt out of MixPanel tracking" %> <%= f.input :custom_style, :label => "Custom CSS style".html_safe, :hint => "Style to apply to the whole site.", :input_html => {:size => "40x5"} %>