<% content_for :content do %>

<%= h(name) %>

<%= h(t.runit.services.log.downloads) %>

<% files.each do |f| %> <% end %> <% end %>
<%= h(name + ': ' + t.runit.services.log.downloads) %>
<%= h(t.runit.services.log.modified) %> <%= h(t.runit.services.log.file_name) %> <%= h(t.runit.services.log.file_size) %>
<%= h(l(f[:modified], :human)) %> <%= h(f[:label]) %> <%= h(human_bytes(f[:size])) %> <%= h(t.runit.services.log.download) %>…