mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
fix #1323 so Tracks works with rails 3.2.8. Update all dependencies
This commit is contained in:
parent
3ad632ff86
commit
69ead6d254
2 changed files with 43 additions and 43 deletions
|
|
@ -205,7 +205,7 @@ module ApplicationHelper
|
|||
}.each do |s|
|
||||
js << "i18n['#{s}'] = '#{ t(s).gsub(/'/, "\\\\'") }';\n"
|
||||
end
|
||||
return js
|
||||
return js.html_safe
|
||||
end
|
||||
|
||||
def javascript_tag_for_i18n_datepicker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue