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

Version Path
rest_framework-0.8.15 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.14 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.13 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.12 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.11 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.10 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.9 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.8 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.7 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.6 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.5 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.4 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.3 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.2 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.1 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.8.0 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.7.12 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.7.11 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.7.10 app/views/rest_framework/_form_routes.html.erb
rest_framework-0.7.9 app/views/rest_framework/_form_routes.html.erb