We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830ba2f commit 265f5a9Copy full SHA for 265f5a9
1 file changed
core/app/helpers/refinery/tag_helper.rb
@@ -12,7 +12,7 @@ def refinery_help_tag(title='Tip')
12
# This is just a quick wrapper to render an image tag that lives inside refinery/icons.
13
# They are all 16x16 so this is the default but is able to be overriden with supplied options.
14
def refinery_icon_tag(filename, options = {})
15
- Refinery.deprecate('Refinery::TagHelper.refinery_icon_tag', when: '4.1', replacement: 'Refinery::TagHelper.action_icon')
+ Refinery.deprecate('Refinery::TagHelper.refinery_icon_tag', when: '5.1', replacement: 'Refinery::TagHelper.action_icon')
16
17
filename = "#{filename}.png" unless filename.split('.').many?
18
path = image_path "refinery/icons/#{filename}", skip_pipeline: true
0 commit comments