mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
6 lines
169 B
Ruby
6 lines
169 B
Ruby
module JavascriptHelper
|
|
def page_specific_javascript_tag(js)
|
|
javascript_include_tag asset_path(js), { integrity: true, "data-turbolinks-track" => true }
|
|
end
|
|
end
|