Sha256: efc039bb998e82a05ecb9ccaf2c8889c0c58101d37bbfe9bbdbf225b04953809
Contents?: true
Size: 579 Bytes
Versions: 7
Compression:
Stored size: 579 Bytes
Contents
<ul> <% scopes.each do |scope| %> <li class="switch tiny switch-with-label"> <%= f.fields_for "scopes[]", scope do |form| %> <%= form.label "checked" do %> <%= form.check_box "checked", label: false, class: "switch-input" %> <span class="switch-paddle"></span> <span class="switch-label"><%= translated_attribute scope.name %></span> <% end %> <%= form.hidden_field "id", value: scope.id %> <% end %> </li> <%= render partial: "scopes", locals: { scopes: scope.children, f: f } %> <% end %> </ul>
Version data entries
7 entries across 7 versions & 1 rubygems