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