Sha256: 5d73e65bd9c98c30e62e5b0908da9ae1d2cec2fff7010f214a23869694707076

Contents?: true

Size: 656 Bytes

Versions: 24

Compression:

Stored size: 656 Bytes

Contents

= form_for [:forge, @subscriber] do |f|
  %h3 Name
  .explanation Enter the subscriber's full name.
  = f.text_field :name
  %hr

  %h3 Email
  .explanation The subscriber's email address.
  = f.text_field :email
  %hr

  - unless @groups.blank?
    %h3 Groups
    .explanation You can assign this subscriber to one or more groups.
    - @groups.each do |group|
      %label
        .float-left= check_box_tag "subscriber[group_ids][]", group.id, @subscriber.group_ids.include?(group.id)
        .float-left{:style => "width: 200px; margin-left: 3px;"}= group.title
      .spacer
    %br/

  = button_link "Save", "javascript:;", :class => "submit button"

Version data entries

24 entries across 24 versions & 1 rubygems

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