Sha256: 6fc3a59d397e646cbd5e25fc2ecfe404461080afc13967bc393de4d66ff137fc

Contents?: true

Size: 1.28 KB

Versions: 5

Compression:

Stored size: 1.28 KB

Contents

<html>
  <head>
    <title>Field Test</title>

    <style>
      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;
      }

      .pagination {
        text-align: center;
      }

      .pagination a {
        padding-left: 10px;
        padding-right: 10px;
      }
    </style>
  </head>
  <body>
    <%= yield %>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
field_test-0.3.0 app/views/layouts/field_test/application.html.erb
field_test-0.2.4 app/views/layouts/field_test/application.html.erb
field_test-0.2.3 app/views/layouts/field_test/application.html.erb
field_test-0.2.2 app/views/layouts/field_test/application.html.erb
field_test-0.2.1 app/views/layouts/field_test/application.html.erb