Sha256: 9cf1fbdd0b94003082c8c2b121d28f320bb387fdbae20271416e539565006ad6
Contents?: true
Size: 885 Bytes
Versions: 28
Compression:
Stored size: 885 Bytes
Contents
.email-actions-index.padded .header %h2.title Email Actions = link_to '[+]', new_email_action_path %table.bordered %tr %th= check_box_tag 'abba' %th %th slug %th descr %th next actions - @email_actions.each do |act| %tr %td= check_box_tag 'abba' %td= link_to '[~]', edit_email_action_path( act ) %td= link_to act.slug, email_action_path( act ) %td= act.descr -# %td= act.lead&.email %td %ul - act.ties.map do |next_a| %li .a= next_a.next_at_exe .a - if next_a.next_email_action.slug == act.slug (same) = next_a.next_email_action.slug -# %li= link_to next_a.next_email_action.slug, edit_email_action_path( next_a.next_email_action )
Version data entries
28 entries across 28 versions & 1 rubygems