Sha256: 8b4d9151991836a556366a7457b208e9623489a1aabbb8f5227563a9fb484e75
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
<!DOCTYPE html> <html> <head> <title>ActionSmser</title> <%#= stylesheet_link_tag "action_smser/application" %> <%#= javascript_include_tag "action_smser/application" %> <%= csrf_meta_tags %> <STYLE type="text/css"> table { border: 1px solid gray; border-collapse:collapse; } th, td { border: 1px solid gray; padding: 1px 10px 1px 3px; } h1 { margin-top: 40px; } h2 { margin-top: 40px; } body, div { color: #444; font-size: 12px; line-height: 150%; line-height: 130%; font-family: Helvetica, Arial, sans-serif; } hr { margin-top: 20px; margin-bottom: 10px; } </STYLE> </head> <body class="delivery_reports_layout"> <h1>ActionSmser infos</h1> Back to <%= link_to 'Main application', '/' %> <hr> <%= yield %> <hr> <p> Stats by ActionSmser gem, see homepage: <%= link_to 'https://github.com/holli/action_smser', 'https://github.com/holli/action_smser' %> </p> <p style="margin-top: 400px"></p> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
action_smser-1.0.0 | app/views/layouts/action_smser/delivery_reports.html.erb |