Sha256: 3bc46db540e246c7900d03469e01b7b1fd05b0d1d0039ad9d607d32d6a7d3b93

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-7s5uDGW3AHqw6xtJmNNtr+OBRJUlgkNJEo78P4b0yRw= sha512-nNo+yCHEyn0smMxSswnf/OnX6/KwJuZTlNZBjauKhTK0c+zT+q5JOCx0UFhXQ6rJR9jg6Es8gPuD2uZcYDLqSw==" crossorigin="anonymous">

<style>
  body {
    background: #fff url(<%="#{base_url}/legend.gif"%>) no-repeat fixed right 130px;
  }

  .form-large input {
    font-size: 18px;
    padding: 8px;
    height: auto;
    line-height: normal;
  }

  .form-wide {
    width: 480px;
  }
</style>

<body>
  <div style="margin-top: 100px"></div>

  <div class="container">
    <h1>Shopify Sinatra App</h1>
    <h2><small>This app requires you to login to start using it.</small></h2>
  </div>

  <div style="margin-top: 30px"></div>

  <div class="container">
    <form role="form" class="form-large" action="/login" method="post">
        <div class="input-append">
          <input class="form-control form-wide" type="url" name="shop" placeholder="Shop URL">
          <input class="btn" type="submit" value="Install App" />
        </div>
    </form>
  </div>
</body>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shopify-sinatra-app-0.3.0 example/views/install.erb