Sha256: 6c7d9f7a2d357c0f5ad919a23edf0213a30d984c54755b6bfcac954725ec1092

Contents?: true

Size: 536 Bytes

Versions: 11

Compression:

Stored size: 536 Bytes

Contents

- title t('.title', name: @membership.account.name)

- help t('.help', default: '')

= locomotive_form_for @membership, url: membership_path(current_site, @membership) do |f|

  = f.inputs :membership_email, class: 'inputs email' do
    = f.input :role, as: :select, collection: options_for_membership_roles(@membership), include_blank: false

  = f.actions do
    .row
      .col-md-6.text-left
        = link_to "← #{t('.back')}".html_safe, edit_current_site_path(current_site)
      .col-md-6.text-right
        = f.action

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
locomotivecms-4.2.0.alpha2 app/views/locomotive/memberships/edit.html.slim
locomotivecms-4.2.0.alpha1 app/views/locomotive/memberships/edit.html.slim
locomotivecms-4.1.1 app/views/locomotive/memberships/edit.html.slim
locomotivecms-4.1.0 app/views/locomotive/memberships/edit.html.slim
locomotivecms-4.1.0.rc1 app/views/locomotive/memberships/edit.html.slim
locomotivecms-4.0.3 app/views/locomotive/memberships/edit.html.slim
locomotivecms-4.0.2 app/views/locomotive/memberships/edit.html.slim
locomotivecms-4.0.1 app/views/locomotive/memberships/edit.html.slim
locomotivecms-4.0.0 app/views/locomotive/memberships/edit.html.slim
locomotivecms-4.0.0.rc0 app/views/locomotive/memberships/edit.html.slim
locomotivecms-4.0.0.alpha3 app/views/locomotive/memberships/edit.html.slim