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.15 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.14 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.13 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.11 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.10 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.9 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.8 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.7 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.5 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.4 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.3 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.2 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.1 app/views/admin/groups/index.html.haml
radiant-reader-extension-3.0.0 app/views/admin/groups/index.html.haml