Sha256: b7d331d5fe667c4a424dd0a84e7e573c08b64147f7b2906560c21bcfe751a802

Contents?: true

Size: 720 Bytes

Versions: 26

Compression:

Stored size: 720 Bytes

Contents

%script{ type: 'text/html', id: 'membership_entry' }

  = hidden_field_tag 'site[memberships_attributes][{{index}}][id]', '{{id}}'
  = hidden_field_tag 'site[memberships_attributes][{{index}}][_destroy]'

  %strong {{name}}

  %em.email {{email}}

  {{#if can_update}}
  .role
    %i.icon-edit
    {{#if grant_admin}}
    = select_tag 'site[memberships_attributes][{{index}}][role]', options_for_membership_roles
    {{else}}
    = select_tag 'site[memberships_attributes][{{index}}][role]', options_for_membership_roles(skip_admin: true)
    {{/if}}

  %span.actions
    = link_to_icon :trash, '#', title: t('locomotive.buttons.delete'), class: 'remove'

  {{else}}
  .role
    %i.icon-lock
    {{role_name}}

  {{/if}}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.6 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.6.rc2 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.6.rc1 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.5 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.4 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.3 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.2 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.1 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.0 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.0.rc3 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.0.rc2 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.5.0.rc1 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.4.1 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.4.0 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.3.1 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.3.0 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.2.3 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.2.2 app/views/locomotive/sites/_memberships.html.haml
locomotive_cms-2.2.1 app/views/locomotive/sites/_memberships.html.haml