Sha256: 993f749dc85abec2607a246ff59fb55853dcd895378afda0ac5829dc0c294374
Contents?: true
Size: 1002 Bytes
Versions: 13
Compression:
Stored size: 1002 Bytes
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.max-width %table.bordered %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
13 entries across 13 versions & 1 rubygems