Sha256: 6fe30dc98f89772909833bbf6c958a15b7a74f075572a4fa80f916a3c9f10ab8
Contents?: true
Size: 694 Bytes
Versions: 1
Compression:
Stored size: 694 Bytes
Contents
<div class="login-form"> <h1 class='login-logo page-header'>Georgia</h1> <% flash.each do |name, msg| %> <div class="alert alert-<%= name == :notice ? "success" : "danger" %>"> <a class="close" data-dismiss="alert">×</a> <%= msg.html_safe %> </div> <% end %> <%= simple_form_for(resource, as: resource_name, url: georgia.user_session_path, html: {class: 'form-horizontal'}) do |f| %> <%= f.input :email, placeholder: 'Email', label: false, input_html: {class: 'form-control'} %> <%= f.input :password, placeholder: 'Password', label: false, input_html: {class: 'form-control'} %> <%= f.submit 'Log in', class: 'btn input-submit' %> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/views/georgia/users/sessions/new.html.erb |