Sha256: e6249ce2e125d90ec1353f78659f6e176a61f92539c685a090965d5272417061

Contents?: true

Size: 457 Bytes

Versions: 2

Compression:

Stored size: 457 Bytes

Contents

<% add_to_page_title "Login" %>

<%= form_tag outpost_sessions_path, id: "login" do %>
  <fieldset>
    <legend>Login</legend>
    <%= label_tag @authentication_attribute %>
    <%= text_field_tag @authentication_attribute, nil, autofocus: "autofocus" %>

    <%= label_tag "Password" %>
    <%= password_field_tag :password, nil, id: "password" %>
  </fieldset>

  <div class="form-actions">
    <%= submit_tag "Submit", class: "btn" %>
  </div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
outpost-cms-0.0.5 app/views/outpost/sessions/new.html.erb
outpost-cms-0.0.4 app/views/outpost/sessions/new.html.erb