Sha256: 3b948bbd7dd9d2fae78d9ddd3225eac8092ed0ebe535fc80892407794e149bd3

Contents?: true

Size: 666 Bytes

Versions: 4

Compression:

Stored size: 666 Bytes

Contents

<% 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) %>

    <p>
      <%= t.runit.services.log.counts([100, 250, 500, 1000, 5000].map { |n| log_link(name, :count => n, :title => n) }.join(' ')) %>
      <%= log_downloads_link(name) %>

    </p>
    <pre><%= h(text) %></pre>
<% end %>
<% content_for :footer do %>
    <p>
        <%= t.runit.services.log.updated(Time.now.utc) %> <a href="javascript:;" rel="nofollow" onclick="window.location.reload()"><%= t.runit.services.log.reload %></a>
    </p>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
runit-man-1.10.3 views/log.erubis
runit-man-1.10.2 views/log.erubis
runit-man-1.10.1 views/log.erubis
runit-man-1.10.0 views/log.erubis