Sha256: f76062e63cf43930a04920b3893373c3dff39417fac3e254272a00be15caa03b
Contents?: true
Size: 1.02 KB
Versions: 29
Compression:
Stored size: 1.02 KB
Contents
.email-templates--index.max-width %h3.center.collapse-expand#emailTemplatesIndex Email Templates (#{Ish::EmailTemplate.all.count}) = link_to '[+]', new_email_template_path = paginate @templates, :param_name => :templates_page, :views_prefix => 'ish_manager' .email-templates-index.maxwidth %table.bordered.data-table %thead %tr %th %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= pp_date tmpl.created_at %td= pp_date tmpl.updated_at = paginate @templates, :param_name => :templates_page, :views_prefix => 'ish_manager'
Version data entries
29 entries across 29 versions & 1 rubygems