Sha256: 9fae78b0e300640022a49ab9a57d31aa6c4a8bc693e08336d5124020997d7b34

Contents?: true

Size: 932 Bytes

Versions: 9

Compression:

Stored size: 932 Bytes

Contents

<div class="container-fluid">

  <div class="row">
    <div class="col-xs-2 col-sm-2 col-md-2 col-lg-2">
    </div>
    <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8">
      <h3 class="text-center">Login</h3>
    </div>
    <div class="col-xs-2 col-sm-2 col-md-2 col-lg-2">
    </div>
  </div>

  <form method="POST" action="<%%= url_for :action => :do_login %>">
    <%% if @msg %>
    <div class="alert alert-warning"><%%= @msg %></div>
    <%% end %>

    <div class="form-group">
      <label for="login">Login</label>
      <input type="text" id="login" name="login" <%%= placeholder("Login") %> class="form-control" />
    </div>

    <div class="form-group">
      <label for="password">Password</label>
      <input type="password" id="password" name="password" <%%= placeholder("Password") %> class="form-control" />
    </div>

   <button type="submit" class="btn btn-success btn-block">Login</button>
  </form>

</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rhodes-7.1.17 res/generators/templates/application/app/Settings/login.erb
rhodes-6.2.0 res/generators/templates/application/app/Settings/login.erb
rhodes-6.0.11 res/generators/templates/application/app/Settings/login.erb
rhodes-5.5.18 res/generators/templates/application/app/Settings/login.erb
rhodes-5.5.17 res/generators/templates/application/app/Settings/login.erb
rhodes-5.5.15 res/generators/templates/application/app/Settings/login.erb
rhodes-5.5.0.22 res/generators/templates/application/app/Settings/login.erb
rhodes-5.5.2 res/generators/templates/application/app/Settings/login.erb
rhodes-5.5.0.7 res/generators/templates/application/app/Settings/login.erb