% content_for :content do %> <%= t.runit.services.log.header(h(name), h(host_name), h(count), h(log_location)) %> | <%= log_link(name, :count => count, :title => t.runit.services.log.raw, :raw => true) %>
<%= t.runit.services.log.counts([100, 250, 500, 1000, 5000].map { |n| log_link(name, :count => n, :title => n) }.join(' ')) %> <%= log_downloads_link(name) %>
<%= h(text) %><% end %> <% content_for :footer do %>
<%= t.runit.services.log.updated(Time.now.utc) %> <%= t.runit.services.log.reload %>
<% end %>