Sha256: b84a1afef6f7d841b7be53042fde22271b60ae2db8304ca41ffa8a27698881a4
Contents?: true
Size: 1 KB
Versions: 52
Compression:
Stored size: 1 KB
Contents
.email-templates--index.maxwidth %h5.flex-row.collapse-expand#emailTemplatesIndex = render '/wco_email/email_templates/header', templates: @templates -# = paginate @templates, :param_name => :templates_page, :views_prefix => 'wco' .email-templates-index.maxwidth %table.bordered.data-table %thead %tr %th %th Slug %th Created %th Updated - @templates.each do |tmpl| %tr %td .flex-row = link_to '[use]', new_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 => 'wco'
Version data entries
52 entries across 52 versions & 1 rubygems