Sha256: 8e272a781fd36b379e0de79ec444ce1eebd57fe01fdbe0a9c6d1c95154d51419
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
- @title = "Activate your Invite" #main.devise-1 .container-fluid .row %header.text-center %h1= app_name %p.p-0.m-0.text-uppercase Accept your invite .row.mt-5 .col-12.col-md-6.mr-auto.ml-auto .card .card-body .container %p.text-center %strong You've been invited to #{app_name} %p.text-center Create a password to activate your invite = form_for resource, as: resource_name, url: invitation_path(resource_name), | html: { method: :put, class: "form-horizontal" } do |f| | = f.hidden_field :invitation_token = f.form_group :password, class: "row" do |f| = f.label :password, class: "form-label" = f.password_field :password, autofocus: true, class: "form-control" = f.error_messages = f.form_group :password, class: "row" do |f| = f.label :password_confirmation, class: "form-label" = f.password_field :password_confirmation, class: "form-control" = f.error_messages .row.d-flex.align-items-center.mt-5 = f.submit "Activate Invite →", class: 'btn btn-primary ml-auto'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiso_themes-1.0.2 | app/views/devise/haml/invitations/edit.html.haml |