Sha256: 96d48e05d11be4dac6f82b082b3968e4968a043c54ff91d320029283b12cc79d
Contents?: true
Size: 766 Bytes
Versions: 12
Compression:
Stored size: 766 Bytes
Contents
- content_for :content do = t('runit.services.log.header', :name => h(name), :host => h(host_name), :count => h(count)) %p = t('runit.services.log.counts', :count => [100, 250, 500, 1000, 5000].map { |n| log_link(name, :count => n, :title => n) }.join(' ')) = log_downloads_link(name) - logs.each do |log| = t('runit.services.log.subheader', :log_location => h(log[:location])) | = log_link(name, :count => count, :title => t('runit.services.log.raw'), :id => log[:id], :raw => true) %pre= h(log[:text]) - content_for :footer do %p = t('runit.services.log.updated', :time => I18n.l(Time.now.utc)) %a{:href=>"javascript:;", :rel=>"nofollow", :onclick=>"window.location.reload()"}= t('runit.services.log.reload')
Version data entries
12 entries across 12 versions & 1 rubygems