Sha256: e51525031f3b38ea65d47ee5439f3091446d48ae8ceb7d7682f0c6464bf3adba

Contents?: true

Size: 987 Bytes

Versions: 13

Compression:

Stored size: 987 Bytes

Contents

<div style="background-color: #fbbaaf; border: 1px solid #000; border-radius: 7px; padding: 2px;">
  <div style="text-align: right;"><%= link_to '×', 'javascript: void(0);', id: 'road_crew_close' %></div>
  <% if @engine_settings.any? %>
    <strong>Engines List</strong><br>
    <%= form_for road_crew.engine_settings_path, method: :put do %>
      <% @engine_settings.each do |name, enabled| %>
        <p>
          <%= hidden_field_tag "engine_setting[#{name}]", '0' %><%= check_box_tag "engine_setting[#{name}]", '1', enabled == '1' %>
          <label for="<%= "engine_setting_#{name}" %>"><%= name %></label>
        </p>
      <% end %>
      <div style="text-align: center;"><%= submit_tag 'Save' %></div>
    <% end %>
  <% else %>
    No Motorhead Engine found.
  <% end %>
</div>
<script type="text/javascript">
(function() {
  $(function() {
    $("#road_crew_close").on("click", function(e) {
      $("#road_crew_container").empty();
    })
  });
}).call(this);
</script>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
motorhead-0.5.0 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.4.1 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.4.0 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.3.9 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.3.8 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.3.7 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.3.6 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.3.5 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.3.4 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.3.3 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.3.2 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.3.1 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb
motorhead-0.3.0 lib/motorhead/road_crew/app/views/road_crew/engine_settings/index.html.erb