Sha256: c0b2c2d3fa65a182d5ed001a92dd2eae2bccbec7efd4d52b7a3c2df78e36c5d7

Contents?: true

Size: 837 Bytes

Versions: 5

Compression:

Stored size: 837 Bytes

Contents

<%= bootstrap_assets %>

<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

5 entries across 5 versions & 1 rubygems

Version Path
shopify-sinatra-app-0.2.0 example/views/install.erb
shopify-sinatra-app-0.1.5 lib/generator/views/install.erb
shopify-sinatra-app-0.1.4 lib/generator/views/install.erb
shopify-sinatra-app-0.1.3 lib/generator/views/install.erb
shopify-sinatra-app-0.1.2 lib/generator/views/install.erb