Sha256: 9bcfb0493aee99ef5b5d4a6e17a3eee99358b2913b08ab096526fa9fc8ed68ce
Contents?: true
Size: 844 Bytes
Versions: 20
Compression:
Stored size: 844 Bytes
Contents
%h3.center.collapse-expand#emailTemplatesIndex Email Templates (#{Ish::EmailTemplate.all.count}) .email-templates-index -# = render 'ish_manager/email_templates/form_mini' %table.bordered %tr %th Actions %th Slug %th Created %th Updated - @templates.each do |tmpl| %tr %td = link_to '[use]', new_email_context_path({ email_template_id: tmpl.id }) = link_to '[~]', edit_email_template_path({ id: tmpl }) = button_to '[x]', email_template_path({ id: tmpl }), method: :delete, :data => { :confirm => 'Are you sure?' }, form_class: 'inline' %td= link_to tmpl.slug, email_template_path({ id: tmpl }) %td= tmpl.created_at %td= tmpl.updated_at -# = link_to 'iFrame', email_template_iframe_path({ id: tmpl }), target: :_blank %hr
Version data entries
20 entries across 20 versions & 1 rubygems