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