Sha256: a28c05e947026a5da95b168cc311fe3eadae687d3995e7e16f2212b35caf9359

Contents?: true

Size: 934 Bytes

Versions: 20

Compression:

Stored size: 934 Bytes

Contents

.email-actions-index.padded

  .header
    %h2.title
      Email Actions (#{@email_actions.length})
      = link_to '[+]', new_email_action_path

  %table.bordered
    %tr
      %th= check_box_tag 'abba'
      %th
      %th slug
      %th next actions
    - @email_actions.each do |eact|
      %tr
        %td= check_box_tag 'abba'
        %td.flex-row

          = link_to '[~]', edit_email_action_path( eact )
          = button_to '[x]', email_action_path( eact ), data: { confirm: 'Are you sure?' }, method: :delete

        %td
          -# = link_to eact.slug, email_action_path( eact )
          = eact.slug
          .em.small= eact.descr
        %td
          %ul
            - eact.ties.map do |next_a|
              %li
                .a= next_a.next_at_exe
                .a
                  - if next_a.next_email_action.slug == eact.slug
                    (same)
                  = next_a.next_email_action.slug

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
wco_email-0.1.1.12 app/views/wco_email/email_action_templates/index.haml
wco_email-0.1.1.11 app/views/wco_email/email_action_templates/index.haml
wco_email-0.1.1.10 app/views/wco_email/email_action_templates/index.haml
wco_email-0.1.1.9 app/views/wco_email/email_action_templates/index.haml
wco_email-0.1.1.8 app/views/wco_email/email_action_templates/index.haml
wco_email-0.1.1.7 app/views/wco_email/email_action_templates/index.haml
wco_email-0.1.1.6 app/views/wco_email/email_action_templates/index.haml
wco_email-0.1.1.5 app/views/wco_email/email_action_templates/index.haml
wco_email-0.1.1.4 app/views/wco_email/email_action_templates/index.haml
wco_email-0.1.1.3 app/views/wco_email/email_action_templates/index.haml
wco_email-0.1.1.2 app/views/wco_email/email_action_templates/index.haml
wco_email-0.1.1.1 app/views/wco_email/email_action_templates/index.haml
ish_manager-0.1.8.513 app/views/ish_manager/email_actions/index.haml
ish_manager-0.1.8.512 app/views/ish_manager/email_actions/index.haml
ish_manager-0.1.8.511 app/views/ish_manager/email_actions/index.haml
ish_manager-0.1.8.510 app/views/ish_manager/email_actions/index.haml
ish_manager-0.1.8.509 app/views/ish_manager/email_actions/index.haml
ish_manager-0.1.8.508 app/views/ish_manager/email_actions/index.haml
ish_manager-0.1.8.507 app/views/ish_manager/email_actions/index.haml
ish_manager-0.1.8.506 app/views/ish_manager/email_actions/index.haml