Sha256: 873ee653c756fc2252ce77a6b47b8e4df3b336c407dd8cc4772fc2aab4822f6f
Contents?: true
Size: 1.14 KB
Versions: 19
Compression:
Stored size: 1.14 KB
Contents
.email-contexts-index.padded .collapse-expand#emailContextsIndex %h2.header Paginated Email Contexts (#{@ctxs.length}) - if @lead For lead `#{@lead.name}` = link_to '+', new_email_context_path = link_to 'unsent', notsent_email_contexts_path .W0 = render 'paginate', resource: @ctxs, param_name: :email_contexts_page, views_prefix: :ish_manager %table.bordered %tr %th.actions Actions %th.to To %th.subject Subject %th.template Template - @ctxs.each do |ctx| %tr %td - if ctx.sent_at [~] - else = link_to '[~]', edit_email_context_path(ctx) = button_to '[x]', email_context_path(ctx), method: :delete, form_class: :inline, data: { confirm: 'Are you sure?' } %td= ctx.to_email %td = link_to ctx.subject, email_context_path(ctx) -# = link_to 'iframe', email_context_iframe_path(ctx), target: :_blank do %td= ctx.email_template.slug = render 'paginate', resource: @ctxs, param_name: :email_contexts_page, views_prefix: :ish_manager
Version data entries
19 entries across 19 versions & 1 rubygems