Sha256: cc3d873d269e59c109f1827b52aff91684ec4490738cb52c1b5a01172270981c

Contents?: true

Size: 653 Bytes

Versions: 22

Compression:

Stored size: 653 Bytes

Contents

- include_stylesheet 'admin/reader_group'
- include_javascript 'admin/reader'
- group ||= @group
- groupee ||= @page
- if group && groupee.new_record?
  - groupee.groups = [group]

- groups = Group.find(:all)
- if groups.any?
  %p.access
    %label
      = t('reader_extension.access')
    - if groupee.visible?
      = link_to t('reader_extension.access_open'), '#groups_popup', :class => 'popup unrestricted', :id => 'group_status_flag'
    - else
      = link_to t('reader_extension.access_restricted'), '#groups_popup', :class => 'popup restricted', :id => 'group_status_flag'

  - fields_for groupee do |f|
    = f.hidden_field :group_id_list
    

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.38 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.37 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.36 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.35 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.33 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.32 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.31 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.30 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.29 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.28 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.27 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.26 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.25 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.24 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.23 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.20 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.19 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.18 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.17 app/views/admin/groups/_edit_access.html.haml
radiant-reader-extension-3.0.16 app/views/admin/groups/_edit_access.html.haml