Sha256: 665e9240a9972ba968a14908fc062c46e175af638178cb79ebe76601d0ed0e2a

Contents?: true

Size: 534 Bytes

Versions: 34

Compression:

Stored size: 534 Bytes

Contents

- include_stylesheet('admin/reader_group')

= render_region :top

#groups_table.outset      
  %table#groups.index{:cellspacing=>"0", :border=>"0", :cellpadding=>"0"}
    %thead
      = render :partial => 'list_head'
    %tbody
      = render :partial => "group", :collection => @groups, :locals => {:level => 0}

- render_region :bottom do |bottom|
  - bottom.buttons do
    #actions
      = pagination_for @readers
      %ul
        %li
          = link_to image('plus') + " " + t("reader_extension.new_group"), new_admin_group_url

Version data entries

34 entries across 34 versions & 1 rubygems

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