Sha256: 846da820f00e200489c109fc7938310c77e04f5644e2a78f99b5282080623f55
Contents?: true
Size: 664 Bytes
Versions: 2
Compression:
Stored size: 664 Bytes
Contents
<html> <head> <title>Field Test</title> <style> body { margin: 0; padding: 20px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.4; color: #333; } table { width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 20px; } th { text-align: left; border-bottom: solid 2px #ddd; } table td, table th { padding: 8px; } td { border-top: solid 1px #ddd; } </style> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
field_test-0.1.2 | app/views/layouts/field_test/application.html.erb |
field_test-0.1.1 | app/views/layouts/field_test/application.html.erb |