9 lines
261 B
Plaintext
Executable File
9 lines
261 B
Plaintext
Executable File
%tr{:class => ("warning" if !newsletter.send_at)}
|
|
|
|
%td
|
|
= newsletter.subject
|
|
|
|
%td
|
|
=link_to public_newsletter_url(newsletter.slug), public_newsletter_path(newsletter.slug)
|
|
%td.actions
|
|
=link_to i(:pencil), edit_admin_newsletter_path(newsletter) |