Sha256: 860645b66121b5f61a341e975bc3497716866238748542a4f4531c0aaf4d2307

Contents?: true

Size: 878 Bytes

Versions: 48

Compression:

Stored size: 878 Bytes

Contents

- include_stylesheet('admin/group')
%h1 Remove Group

%p 
  Are you sure you want to
  %strong.warning 
    remove permanently
  the group 
  = h @group.name
  ?

%p 
  The group has 
  = @group.readers.count
  = pluralize(@group.readers.count, 'member')
  and
  = @group.pages.count
  = pluralize(@group.pages.count, 'page')
  \. The pages and readers will not be deleted - just dissociated from one another - and removing the group association from those pages may make them visible to everyone.

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

- form_for [:admin, @group], :html => { :method => 'delete' } do
  %p.buttons
    %input.button{:type=>"submit", :value=>"Delete Group"}/
    or
    = link_to 'Cancel', admin_groups_url

Version data entries

48 entries across 48 versions & 2 rubygems

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