Sha256: 68837b6ccec7dabab53b8a800930ab104c7c6898173b845ff99a9310087d5e8d

Contents?: true

Size: 748 Bytes

Versions: 3

Compression:

Stored size: 748 Bytes

Contents

<table id="route_table" class="route_table">
  <thead>
    <tr>
      <th>
        Helper (
        <%= link_to "Path", "#", data: { 'route-helper' => '_path' },
                    title: "Returns a relative path (without the http or domain)",
                    class: "path-helper" %>
        /
        <%= link_to "Url", "#", data: { 'route-helper' => '_url' },
                    title: "Returns an absolute url (with the http and domain)",
                    class: "path-helper" %>
        )
      </th>
      <th>HTTP Verb</th>
      <th>Path</th>
      <th>Controller#Action</th>
      <th>Constraints</th>
    </tr>
  </thead>
  <tbody>
    <%= yield %>
    <tr class="empty">
      <td colspan="5"></td>
    </tr>
  </tbody>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pretty_routes-0.2.0 app/views/pretty_routes/routes/_route_wrapper.html.erb
pretty_routes-0.1.1 app/views/pretty_routes/routes/_route_wrapper.html.erb
pretty_routes-0.1.0 app/views/pretty_routes/routes/_route_wrapper.html.erb