runit-man 2.4.2 → 2.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  ## Changes
2
2
 
3
- ### Version 2.4.2
3
+ ### Version 2.4.3
4
4
 
5
5
  * Use Twitter Bootstrap styles.
6
6
 
@@ -77,7 +77,7 @@ module Helpers
77
77
  end
78
78
 
79
79
  def log_downloads_link(name)
80
- "<a class=\"btn btn-info\" href=\"/#{name}/log-downloads/\">#{h(t('runit.services.log.downloads'))}&hellip;</a>"
80
+ "<a href=\"/#{name}/log-downloads/\">#{h(t('runit.services.log.downloads'))}&hellip;</a>"
81
81
  end
82
82
 
83
83
  def even_or_odd
@@ -1,6 +1,6 @@
1
1
  # runit-man namespace.
2
2
  module RunitMan
3
3
  # runit-man version.
4
- VERSION = '2.4.2'.freeze
4
+ VERSION = '2.4.3'.freeze
5
5
  end
6
6
 
@@ -2,6 +2,7 @@
2
2
  = t('runit.services.log.header', :name => h(name), :host => h(host_name), :count => h(count))
3
3
  %p
4
4
  = t('runit.services.log.counts', :count => [100, 250, 500, 1000, 5000].map { |n| log_link(name, :count => n, :title => n) }.join(' '))
5
+ |
5
6
  = log_downloads_link(name)
6
7
  - logs.each do |log|
7
8
  = t('runit.services.log.subheader', :log_location => h(log[:location]))
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runit-man
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 4
9
- - 2
10
- version: 2.4.2
9
+ - 3
10
+ version: 2.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Akzhan Abdulin