Sha256: 8fcb23d76010b20528440fbe476631977ffb72386d14900bf0dcf28dbc98ea1f
Contents?: true
Size: 649 Bytes
Versions: 46
Compression:
Stored size: 649 Bytes
Contents
<ul class="no-bullet-indented"> <% scopes.each do |scope| %> <li> <div 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 %> </div> <%= render partial: "scopes", locals: { scopes: scope.children, f: f } %> </li> <% end %> </ul>
Version data entries
46 entries across 46 versions & 1 rubygems