Sha256: bbb61f427781c375761ee9f1bc0d6267e3e83d395b83783e86116afdb9e0c1c2
Contents?: true
Size: 729 Bytes
Versions: 5
Compression:
Stored size: 729 Bytes
Contents
<style type='text/css'> #route_table td {padding: 0 30px;} #route_table {margin: 0 auto 0;} </style> <table id='route_table' class='route_table'> <thead> <tr> <th>Helper<br /> <%= 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
5 entries across 5 versions & 1 rubygems