%= stylesheet_link_tag @job_status.to_s %>
View site: <%= @site_url.html_safe -%>
<% end %>Released: <%= @date %> at <%= @time %>
<%= @sections.map { |section| data = @section_data[section.to_sym] if !data.empty? if %w(extra_information release_data).include?(section) render 'section_custom', {:section_title => section, :data => data} else render 'section', {:section_title => section, :data => data} end end }.join.html_safe unless @sections.nil? %>