Project

General

Profile

« Previous | Next » 

Revision 53c61d6d

Added by Ohad Levy over 12 years ago

  • ID 53c61d6ddb5498d82aa46cba9fa1efb1f0679438

added parenthesis to avoid warnings on older Ruby

View differences:

app/helpers/application_helper.rb
end
def checked_icon condition
return image_tag "toggle_check.png" if condition
return image_tag("toggle_check.png") if condition
end
def searchable?

Also available in: Unified diff