Sha256: 68396de3b1e390b9f25602c2641f9b9b591edc9af288e3650641b516fe0f31f7
Contents?: true
Size: 797 Bytes
Versions: 1
Compression:
Stored size: 797 Bytes
Contents
- @title = "Request an Invite" #main.devise .container-fluid .row %header.text-center %h1 = app_name %p.p0.m0 Request an Invite .row.mt20 = form_for resource, as: resource_name, url: invitation_path(resource_name), | html: { class: "form-horizontal col-xs-12 col-md-6 col-md-offset-3", novalidate: true } do |f| | .sheet.form-sheet .sheet-inner - resource.class.invite_key_fields.each do |field| = f.form_group field do |f| = f.label field, class: "form-label" = f.text_field field, autofocus: true, class: "" = f.error_messages .form-actions.text-right = f.submit "Request an Invite", class: 'btn btn-primary'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiso_themes-1.0.2 | app/views/devise/slim/invitations/new.html.haml |