Sha256: 4b22f7d813b6eb90e110fbbcd397de398fc4cddaaef2f15057f698fe125298d3
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
<%= link_to '㊙️', road_crew.engine_settings_path, id: 'road_crew_button', class: 'closed', remote: true %> <div id="road_crew_container" style="position:fixed; bottom: 0px; right: 0px"></div> <script type="text/javascript"> (function() { $(function() { $("#road_crew_button").on("ajax:success", function(e, data, status, xhr) { $("#road_crew_container").html(xhr.responseText); }) }); }).call(this); </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motorhead-0.3.0 | lib/motorhead/road_crew/app/views/road_crew/_button.html.erb |