Sha256: 54e3d64f78889e422a4f6a245b1997aaf0c476d3bb5bdaaa9fc294965141b8f4
Contents?: true
Size: 608 Bytes
Versions: 8
Compression:
Stored size: 608 Bytes
Contents
%h3.collapse-expand#emailTemplatesIndex Email Templates .email-templates-index = render 'ish_manager/email_templates/form', email_template: ::Ish::EmailTemplate.new %ul - @templates.each do |tmpl| %li = link_to 'Use', new_email_context_path({ email_template_id: tmpl.id }) = 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
8 entries across 8 versions & 1 rubygems