Sha256: 3b864865d14b3b89b4ea544b06b58271898df81a67ba7806bbcbc1cdd5a46acb
Contents?: true
Size: 537 Bytes
Versions: 1
Compression:
Stored size: 537 Bytes
Contents
.email-actions-index .header %h2.title Email Actions = link_to '[+]', new_email_action_path %table.bordered %tr %th %th actions %th slug %th next actions - @email_actions.each do |act| %tr %td [_] %td= link_to '[~]', edit_email_action_path( act ) %td= act.slug -# %td= act.lead&.email %td %ul - act.next_email_actions.map do |next_a| %li= link_to next_a.slug, edit_email_action_path( next_a )
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ish_manager-0.1.8.356 | app/views/ish_manager/email_actions/index.haml |