%h1= t('.hi') = sanitize_markdown t('.explanation', fqdn: @deploy_local.site.hostname), tags: %w[p a strong em] %table %thead %tr %th= t('.th.type') %th= t('.th.status') %th= t('.th.url') %th= t('.th.seconds') %th= t('.th.size') %tbody - @deploys.each_pair do |deploy, value| %tr %td= t(".#{deploy}.title") %td= value[:status] ? t(".#{deploy}.success") : t(".#{deploy}.error") %td= link_to value[:url], value[:url] %td %time{ datetime: "PT#{value[:seconds]}S" }= distance_of_time_in_words value[:seconds].seconds %td= number_to_human_size value[:size], precision: 2 = sanitize_markdown t('.help'), tags: %w[p a strong em]