Sha256: ccb80753642febcdab3ea1d98b0f5611194b2365c6552cbf67406dd01112ad42

Contents?: true

Size: 357 Bytes

Versions: 30

Compression:

Stored size: 357 Bytes

Contents

<tr>
  <td>
    <% if route[:route].name && 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

30 entries across 30 versions & 1 rubygems

Version Path
rest_framework-0.8.8 app/views/rest_framework/_route.html.erb
rest_framework-0.8.7 app/views/rest_framework/_route.html.erb
rest_framework-0.8.6 app/views/rest_framework/_route.html.erb
rest_framework-0.8.5 app/views/rest_framework/_route.html.erb
rest_framework-0.8.4 app/views/rest_framework/_route.html.erb
rest_framework-0.8.3 app/views/rest_framework/_route.html.erb
rest_framework-0.8.2 app/views/rest_framework/_route.html.erb
rest_framework-0.8.1 app/views/rest_framework/_route.html.erb
rest_framework-0.8.0 app/views/rest_framework/_route.html.erb
rest_framework-0.7.12 app/views/rest_framework/_route.html.erb
rest_framework-0.7.11 app/views/rest_framework/_route.html.erb
rest_framework-0.7.10 app/views/rest_framework/_route.html.erb
rest_framework-0.7.9 app/views/rest_framework/_route.html.erb
rest_framework-0.7.8 app/views/rest_framework/_route.html.erb
rest_framework-0.7.7 app/views/rest_framework/_route.html.erb
rest_framework-0.7.6 app/views/rest_framework/_route.html.erb
rest_framework-0.7.5 app/views/rest_framework/_route.html.erb
rest_framework-0.7.4 app/views/rest_framework/_route.html.erb
rest_framework-0.7.3 app/views/rest_framework/_route.html.erb
rest_framework-0.7.2 app/views/rest_framework/_route.html.erb