Sha256: b89ebf45cbc866ca610e1e6e81d1336e4728158f3d3be551ecbf69ea7311c19e
Contents?: true
Size: 753 Bytes
Versions: 30
Compression:
Stored size: 753 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Routes</title> <style> body { background-color: #fff; color: #333; } body, p, ol, ul, td { font-family: helvetica, verdana, arial, sans-serif; font-size: 13px; line-height: 18px; } pre { background-color: #eee; padding: 10px; font-size: 11px; white-space: pre-wrap; } a { color: #000; } a:visited { color: #666; } a:hover { color: #fff; background-color:#000; } h2 { padding-left: 10px; } <%= yield :style %> </style> </head> <body> <h2>Your App: <%= link_to 'properties', '/rails/info/properties' %> | <%= link_to 'routes', '/rails/info/routes' %></h2> <%= yield %> </body> </html>
Version data entries
30 entries across 30 versions & 2 rubygems