Sha256: cb8d82f90a33441b2a8078893da3e3cf88e7607645a16f9a3258d37892ee62c8

Contents?: true

Size: 901 Bytes

Versions: 25

Compression:

Stored size: 901 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <style type="text/css">
th { text-align: left; }
td { text-align: right; }
    </style>
  </head>
  <body>
    <h1><%= @title %></h1>
	<p>
	  Host: <%= @host %><br />
	  Ddr::Batch version: <%= @batch.version %>
	</p>
	<p>
	  Batch Id: <%= @batch.id %><br />
	  Batch Name: <%= @batch.name %><br />
	  Started at: <%= @batch.start %><br />
	  Stopped at: <%= @batch.stop %><br />
	  Status: <%= @batch.status %><br />
	  Outcome: <%= @batch.outcome %>
	</p>
	<p>
	  Objects in batch: <%= @batch.batch_objects.size %><br />
	  Successfully processed: <%= @batch.success %><br />
	  Processing failures: <%= @batch.failure %><br />
	  Unprocessed: <%= @batch.batch_objects.size - @batch.success - @batch.failure %>
	</p>
	<p>
	  See attachment for details of batch run.
	</p>
  </body>
</html>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
ddr-batch-1.2.0.rc1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.1.0 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.1.0.rc2 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.1.0.rc1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.rc3 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.rc2 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.rc1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.beta.6 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.beta.5 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.beta.4 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.beta.3 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.beta.2 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.beta.1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.alpha.3 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.0.2 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.0.2.rc1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.alpha.2 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-2.0.0.alpha.1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.0.1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb