Sha256: 3628cdc2baac0ddd207d2666d3fee56f80b74c86fd8b2b3455deb203a41f6b4f
Contents?: true
Size: 636 Bytes
Versions: 28
Compression:
Stored size: 636 Bytes
Contents
%h3.collapse-expand#emailTemplatesIndex Email Templates .email-templates-index = render 'ish_manager/email_templates/form_mini' %ul - @templates.each do |tmpl| %li = link_to 'Use', new_email_context_path({ email_template_id: tmpl.id }) = link_to 'Edit', edit_email_template_path({ id: tmpl }) = link_to 'View', email_template_path({ id: tmpl }) = link_to 'iFrame', email_template_iframe_path({ id: tmpl }), target: :_blank = tmpl.slug = button_to '[x]', email_template_path({ id: tmpl }), method: :delete, :data => { :confirm => 'Are you sure?' }, form_class: 'inline'
Version data entries
28 entries across 28 versions & 1 rubygems