Sha256: 5d8eb3a7d8193cc33cddbf9ca0ef48fcb6803013f3806a8652703dd94229b4c0
Contents?: true
Size: 1.55 KB
Versions: 2
Compression:
Stored size: 1.55 KB
Contents
<!DOCTYPE html> <html> <head> <title>Field Test</title> <meta charset="utf-8" /> <%= content_tag :style, nonce: request.content_security_policy_nonce_directives&.include?("style-src") ? content_security_policy_nonce : nil do %> body { margin: 0; padding: 20px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.4; color: #333; } a, a:visited, a:active { color: #08c; text-decoration: none; } table { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 16px; margin-bottom: 20px; } th { text-align: left; border-bottom: solid 2px #ddd; } table td, table th { padding: 8px; } td { border-top: solid 1px #ddd; vertical-align: top; } h2 small { font-size: 16px; font-weight: normal; } form { margin: 0; } ul { margin: 0; padding: 0; list-style-type: none; } li { margin-bottom: 0; } .description { color: #999; } .check { color: #5cb85c; } .closed { color: orange; } .pagination { text-align: center; } .pagination a { padding-left: 10px; padding-right: 10px; } .width-20 { width: 20%; } <% end %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
field_test-0.7.0 | app/views/layouts/field_test/application.html.erb |
field_test-0.6.1 | app/views/layouts/field_test/application.html.erb |