diff options
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/extra_image_helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/extra_image_helpers.rb b/helpers/extra_image_helpers.rb index 8a1040d..47cda2d 100644 --- a/helpers/extra_image_helpers.rb +++ b/helpers/extra_image_helpers.rb @@ -22,7 +22,7 @@ module ExtraImageHelpers thumb_path = "/img/#{thumb_name}" container_opts = options.delete(:container_opts) || {} - image_link = content_tag(:a, href: path) do + image_link = content_tag(:a, href: path, class: "th") do image_tag(thumb_path, options) end |