Sha256: ad4cf32d0022d92688e2e3ee45f8ec735f2a1741c05484807bb2e02bbcd7f684

Contents?: true

Size: 1007 Bytes

Versions: 24

Compression:

Stored size: 1007 Bytes

Contents

- content_for :scripts do
  = javascript_include_tag 'jquery.quickSearch.js'
  :javascript
    $(function() {
      $('#quick-search').quickSearch({url: '#{forge_subscriber_groups_path}'});
      FORGE.features.compact_form.init();
    });

%h1 ForgePress Subscriber Groups
%p.info
  Subscriber groups allow you to send specific newsletters to specific groups of people.  A single subscriber can belong to one
  group or many (or none at all).  Add, edit, and delete groups using the tools on this page.  Assign subscribers to groups from the
  = link_to 'subscribers page.', forge_subscribers_path

.inner-form.no-top.with-wide-sidebar
  .column.wide-side
    #form= render "form"

  .column.main-small.last
    %h3 Subscriber Groups
    .explanation You can edit or delete your existing groups here.
    %ul.item-list-compact= render :partial => "subscriber_group", :collection => @subscriber_groups

  .spacer
= render :partial => "forge/shared/section_footer", :locals => {:items => @subscriber_groups}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/subscriber_groups/index.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/subscriber_groups/index.html.haml