<%= render(:partial => 'status_styles') %>

Statuses: <%= @status.uuid %>/<%= @status.name %>

Viewing a specific job created with JobWithStatus. <%= link_to('Return to the list of statuses', :action => "statuses") %>

<%= @status.pct_complete %>%

<%= @status.message %>
<%= @status.time? ? format_time(Time.zone.parse(@status.time.to_s)) : 'Not started' %>