mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Ruby 3 compatibility fixes
This commit is contained in:
parent
916ec5121d
commit
01e09f8708
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ module RenderingHelper
|
|||
# do not change string; URL is already linked
|
||||
href
|
||||
else
|
||||
content_tag(:a, h(href), :href => URI.escape(href))
|
||||
content_tag(:a, h(href), :href => href)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue