Sha256: 0656bdac3ac7e0143a1245376186de501685f018df61e3d2569d8d381016a822

Contents?: true

Size: 474 Bytes

Versions: 2

Compression:

Stored size: 474 Bytes

Contents

<html>
  <head></head>
  <body>
    <h2>Log in</h2>

    <%= form_tag sessions_path do %>
      <div class="field">
        <%= label_tag :email %><br />
        <%= text_field_tag :email, params[:email] %>
      </div>

      <div class="field">
        <%= label_tag :password %><br />
        <%= password_field_tag :password %>
      </div>

      <div class="actions">
        <%= submit_tag "Log in", class: "button" %>
      </div>
    <% end %>

  </body>
</html>


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
oauth2_provider_engine-0.0.2 test/dummy/app/views/sessions/new.html.erb
oauth2_provider_engine-0.0.1 test/dummy/app/views/sessions/new.html.erb