Guest User

Untitled

a guest
Jul 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. diff --git a/platform/platform/html/app/helpers/application_helper.rb b/platform/platform/html/app/helpers/application_helper.rb
  2. index 993d214..010c2ae 100644
  3. --- a/platform/platform/html/app/helpers/application_helper.rb
  4. +++ b/platform/platform/html/app/helpers/application_helper.rb
  5. @@ -124,7 +124,7 @@ module ApplicationHelper
  6.  
  7. html_options.symbolize_keys!
  8. function = update_page(&block) if block_given?
  9. - content_tag("input", "",
  10. + tag("input",
  11. html_options.merge({
  12. :type => "checkbox",
  13. :checked => ("checked" if checked),
Add Comment
Please, Sign In to add comment