Sha256: 1d38a65ac4b663275b0465706c3452201582082061b70aabc10d58b2f713b5a9

Contents?: true

Size: 335 Bytes

Versions: 27

Compression:

Stored size: 335 Bytes

Contents

<tr>
  <td>
    <% if route[:verb] == "GET" && route[:matches_params] %>
      <%= link_to route[:relative_path], @route_props[:with_path_args].call(route[:route]) %>
    <% else %>
      <%= route[:relative_path] %>
    <% end %>
  </td>
  <td><%= route[:verb] %></td>
  <td><%= route[:controller] %>#<%= route[:action] %></td>
</tr>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
rest_framework-0.10.0 app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.16 app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.15 app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.14 app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.12.pre.1.pre.g39306cb app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.11.pre.40.pre.g5dcad32 app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.11 app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.10 app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.9 app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.8 app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.7 app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.6 app/views/rest_framework/routes_and_forms/routes/_route.html.erb
rest_framework-0.9.5 app/views/rest_framework/_route.html.erb
rest_framework-0.9.4 app/views/rest_framework/_route.html.erb
rest_framework-0.9.3 app/views/rest_framework/_route.html.erb
rest_framework-0.9.2 app/views/rest_framework/_route.html.erb
rest_framework-0.9.1 app/views/rest_framework/_route.html.erb
rest_framework-0.9.0 app/views/rest_framework/_route.html.erb
rest_framework-0.8.17 app/views/rest_framework/_route.html.erb
rest_framework-0.8.16 app/views/rest_framework/_route.html.erb