Sha256: 6d01e7982564dc43b6cb08adf169dc4b48e9d195f680c2f68e292f3d784d0e04

Contents?: true

Size: 641 Bytes

Versions: 1

Compression:

Stored size: 641 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)" %>
        /
        <%= link_to "Url", "#", 'data-route-helper' => '_url',
                    title: "Returns an absolute url (with the http and domain)" %>
        )
      </th>
      <th>HTTP Verb</th>
      <th>Path</th>
      <th>Controller#Action</th>
    </tr>
  </thead>
  <tbody>
    <%= yield %>
  </tbody>
</table>

<script type='text/javascript'>
  setupRouteToggleHelperLinks();
</script>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pretty_routes-0.0.1 app/views/pretty_routes/routes/_route_wrapper.html.erb