Sha256: 7fb030d7a7d56272b28e52f35c69493c6c3b1946cee4461afd20f8ae3324cac7
Contents?: true
Size: 440 Bytes
Versions: 36
Compression:
Stored size: 440 Bytes
Contents
<tr class='route_row' data-helper='path'> <td data-route-name='<%= route[:name] %>'> <% if route[:name].present? %> <%= route[:name] %><span class='helper'>_path</span> <% end %> </td> <td> <%= route[:verb] %> </td> <td data-route-path='<%= route[:path] %>'> <%= route[:path] %> </td> <td> <%=simple_format route[:reqs] %> </td> <td> <%=simple_format route[:source_location] %> </td> </tr>
Version data entries
36 entries across 36 versions & 4 rubygems