Sha256: 9ad93ba9b355331269f847fb826bc15705dc7c327e5baa42cc7e172f2c5ad676

Contents?: true

Size: 838 Bytes

Versions: 20

Compression:

Stored size: 838 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: <%= @size %><br />
	  Successfully processed: <%= @success %><br />
	  Processing failures: <%= @handled - @success %><br />
	  Unprocessed: <%= @size - @handled %>
	</p>
	<p>
	  See attachment for details of batch run.
	</p>
  </body>
</html>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ddr-batch-1.7.2 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.7.1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.7.0 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.6.1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.6.0 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.6.0.rc1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.5.1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.5.0 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.5.0.rc1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.4.1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.4.0 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.4.0.rc1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.3.0 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.3.0.rc1 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.2.0 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.2.0.rc6 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.2.0.rc5 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.2.0.rc4 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.2.0.rc3 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb
ddr-batch-1.2.0.rc2 app/views/ddr/batch/batch_processor_run_mailer/send_notification.html.erb