<%= link_to "Back", raw_logs_path, class: 'btn btn-primary pull-right' %>

Status: <%= status_label(@log.success) %>
Created At: <%= @log.doc_raptor_created_at %>
Generation Time: <%= @log.generation_time %> seconds
Name: <%= @log.name %>
Document Type: <%= @log.document_type %>
Document URL: <%= @log.document_url %>
Tags: <%= @log.tag %>
Test: <%= test_label(@log.test) %>
Javascript: <%= javascript_label(@log.javascript) %>
Async: <%= aysnc_label(@log.async) %>
Strict: <%= @log.strict %>
IP Address: <%= @log.ip_address %>
Input Size: <%= number_to_human_size(@log.input_size) %>
Output Size: <%= number_to_human_size(@log.output_size) %>

Prince Options

<%= @log.prince_options %>

Validation Errors

<%= @log.validation_errors %>

Generation Log

<%= simple_format(@log.generation_log) %>