X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8a9dbc94c84980debfe0e0aa910775724561cd89..a9b616af123d52a82b8f65915164e11ab8d71ba8:/app/helpers/user_roles_helper.rb diff --git a/app/helpers/user_roles_helper.rb b/app/helpers/user_roles_helper.rb index c7516a51c..a8bc06b6e 100644 --- a/app/helpers/user_roles_helper.rb +++ b/app/helpers/user_roles_helper.rb @@ -28,7 +28,7 @@ module UserRolesHelper svg_icon = tag.source(:srcset => image_path("#{image}.svg"), :type => "image/svg+xml") png_icon = image_tag("#{image}.png", :srcset => image_path("#{image}.svg"), :size => "20x20", :border => 0, :alt => alt, :title => title) icon = tag.picture(svg_icon + png_icon) - icon = link_to(icon, url, :method => :post, :confirm => confirm) if url + icon = link_to(icon, url, :method => :post, :data => { :confirm => confirm }) if url end icon