Sha256: 1adfb9a0393b5328ac3ebebaad024a6f02c5e91913ed39588c7ad4d98599e066
Contents?: true
Size: 1020 Bytes
Versions: 1
Compression:
Stored size: 1020 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; } table.route_table { border-spacing:0; border-collapse:collapse; } table.route_table th { border-bottom: 1px solid black} table.route_table tr:nth-child(even) {background: #EEE} table.route_table tr:nth-child(odd) {background: #FFF} table.route_table tr:hover { background-color: #333; color: #FFF; } </style> <%= javascript_include_tag "sextant/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sextant-0.2.4 | app/views/layouts/sextant/application.html.erb |