Sha256: f134910377ea709130f66556f0d24dfec52ff9865c76d2795240b26875015aa5

Contents?: true

Size: 689 Bytes

Versions: 24

Compression:

Stored size: 689 Bytes

Contents

:javascript
  $( function () {
    FORGE.features.buttons.init();
  });

= form_for [:forge, @subscriber] do |f|
  %table.form
    = form_row("Name") { f.text_field :name }
    = form_row("Email") { f.text_field :email }
    - unless @groups.blank?
      %tr
        %td.label{:style => 'vertical-align: top'} Groups
        %td.control
          - @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
    = form_row() { button_submit_tag "Save", :class => "button no-icon" }

Version data entries

24 entries across 24 versions & 1 rubygems

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