Sha256: 82e5d48c3ac33890e61a77b93ad402ed4847228bab9e786973c2bb47a943805e
Contents?: true
Size: 316 Bytes
Versions: 9
Compression:
Stored size: 316 Bytes
Contents
.page-header h1 Password Reset = form_tag(password_resets_path, method: :post) do .control-group = label_tag :email, nil, class: 'control-label' .controls = text_field_tag :email, nil, placeholder: 'joe@example.com' .form-actions = submit_tag "Reset my password!", class: 'btn btn-primary'
Version data entries
9 entries across 9 versions & 1 rubygems