Sha256: bbcf554dcdc96e3dd0119f1adbcfc866a8ee537fb0b8506c94f6281ebc9f688f

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 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;
      }

      h2 small {
        font-size: 16px;
        font-weight: normal;
      }

      .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

1 entries across 1 versions & 1 rubygems

Version Path
field_test-0.2.0 app/views/layouts/field_test/application.html.erb