Sha256: f2a3c9fdb58265e567ced6a26ce104afc2fbafcf05c3639a498f071a88e788af
Contents?: true
Size: 459 Bytes
Versions: 1
Compression:
Stored size: 459 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
outpost-cms-0.0.3 | app/views/outpost/sessions/new.html.erb |