VRFS-1483 final cleanup
This commit is contained in:
parent
e5d280e374
commit
887795bead
|
|
@ -48,8 +48,8 @@ ActiveAdmin.register JamRuby::EmailBatch, :as => 'Batch Emails' do
|
|||
batch_test_admin_batch_email_path(bb.id),
|
||||
:confirm => "Run test batch with #{bb.test_count} emails?") : ''
|
||||
end
|
||||
column 'Send Live' do |bb|
|
||||
bb.can_run_batch? ? link_to("Live Batch (#{User.email_opt_in.count})",
|
||||
column 'Deliver Live' do |bb|
|
||||
bb.can_run_batch? ? link_to("Deliver Batch (#{User.email_opt_in.count})",
|
||||
batch_send_admin_batch_email_path(bb.id),
|
||||
:confirm => "Run LIVE batch with #{User.email_opt_in.count} emails?") : ''
|
||||
end
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ Hello #{VAR_FIRST_NAME},
|
|||
|
||||
<p>Paragraph 1 ... newline whitespace is significant for plain text conversions</p>
|
||||
|
||||
<p>Paragraph 2 ... #{VAR_FIRST_NAME} will be replaced by users first name</p>
|
||||
<p>Paragraph 2 ... "#{VAR_FIRST_NAME}" will be replaced by users first name</p>
|
||||
|
||||
<p>Thanks for using JamKazam!</p>
|
||||
FOO
|
||||
|
|
|
|||
Loading…
Reference in New Issue