Sha256: 4a9a0b1339f81c45b54f628110fddf7b6b4dec447cde10a6aa1089b612825e08
Contents?: true
Size: 565 Bytes
Versions: 3
Compression:
Stored size: 565 Bytes
Contents
.login .row .col-md-4.col-md-offset-4.login-form .heading span= app_name .row .col-md-12 = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| = f.input :email, required: true, autofocus: true, placeholder: 'Email', label: false, input_html: {class: 'login-input col-md-12'} = f.submit 'Send password reset instructions', class: 'btn btn-submit' .infinum = link_to image_tag('infinum_logo.png'), 'http://www.infinum.co'
Version data entries
3 entries across 3 versions & 1 rubygems