Sha256: b63b8b6593f3b05cc771bab6bf4f20542cd31af919452f3ca438859129802c8d
Contents?: true
Size: 389 Bytes
Versions: 21
Compression:
Stored size: 389 Bytes
Contents
<div class="mb-2"> <label class="form-label w-100">Route <select class="form-control" id="rawFormRoute"> <% @_rrf_form_routes.each do |route| %> <% path = @route_props[:with_path_args].call(route[:route]) %> <option value="<%= route[:verb] %>:<%= path %>"><%= route[:verb] %> <%= route[:relative_path] %></option> <% end %> </select> </label> </div>
Version data entries
21 entries across 21 versions & 1 rubygems