Sha256: d068af054b5f2953cb61f7ac13edaf28e314b6fee23557f1b4f96b941df5ebe5

Contents?: true

Size: 528 Bytes

Versions: 13

Compression:

Stored size: 528 Bytes

Contents

:javascript
  var observed_cloudfuji_events = #{Cloudfuji::Data.observed_events.map(&:to_s).inspect};

.title
  Event Rules

.list
  = form_for :event_rules do |f|
    %ul#event_rules
      - @event_rules.each_with_index do |rule, i|
        = f.fields_for i.to_s, rule do |r|
          = render "form", :r => r, :index => i

    .buttonbar.event_rules_buttons
      = add_event_rule_button(f)
      .save_or_cancel
        = submit_tag 'Save', :name => :save
        #{t :or}
        = link_to "Cancel", admin_event_rules_path

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ffcrm_cloudfuji-0.4.1 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.3.1 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.3.0 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.2.11 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.2.10 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.2.9 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.2.8 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.2.7 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.2.6 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.2.5 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.2.4 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.2.3 app/views/admin/event_rules/index.html.haml
ffcrm_cloudfuji-0.2.2 app/views/admin/event_rules/index.html.haml