summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 7fdb49c07..3f607b8cf 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -1117,7 +1117,7 @@ module ApplicationHelper
def checked_image(checked=true)
if checked
- image_tag 'toggle_check.png'
+ @checked_image_tag ||= image_tag('toggle_check.png')
end
end