barbeque 0.0.16 → 0.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 656031f7e4689314525841d12e1e6c698e5fce6d
4
- data.tar.gz: b728b776f0f59f66db3727f1d99d596fb69b1cd9
3
+ metadata.gz: d5df527a2985e8dce8c35d52da17cc6c17f200f8
4
+ data.tar.gz: 84c503b008935bb7b433a0653320ebf02dadc119
5
5
  SHA512:
6
- metadata.gz: f26e3ca62331a6d69cedaab070fa26e647e591480e3796801f3ce948cb5f401791db82cdc2768537ac325dd040ff2384c4bb7b90098253260df449585787865b
7
- data.tar.gz: cc8b9a321db1a1f2f45b0d6b729f8ca8f0c28a1d8d0ddedb368fc2f609c268fd90df23158d7b6a2261d3fe49756b5bb54148b739643c008b5daf3074eb41fa94
6
+ metadata.gz: 2bc861fcbd71e7c96722b1692d1541f212e0471d95ca93bcf364027a80881fbca4bea60a75179a98686eea703e2a4403f0cc0241785f238b3a511949cbe85bac
7
+ data.tar.gz: e21a04ad2e2c2c4f8897db00c4b5c8155b9f72714ff2df897d17565ba66cba7ab490d3f922e251fec4104ff1c4343750b08dfde64c4e365567d9d15b78d8a0ad
@@ -17,7 +17,7 @@
17
17
  %tbody
18
18
  - @job_definitions.each do |job_definition|
19
19
  %tr
20
- %td= job_definition.app.name
20
+ %td= link_to job_definition.app.name, app_path(job_definition.app.id)
21
21
  %td= job_definition.job
22
22
  %td= job_definition.description
23
23
  %td
@@ -37,16 +37,14 @@
37
37
  .col-sm-5
38
38
  .box.box-primary
39
39
  .box-header
40
- %h3.box-title.with_padding
40
+ %h3.box-title.with_padding.pull-left
41
41
  Job Executions
42
+ = link_to(job_definition_stats_path(@job_definition), class: 'btn btn-default pull-right') do
43
+ %i.fa.fa-line-chart
44
+ Statistics
42
45
 
43
46
  .box-body
44
47
  - if @job_executions.present?
45
- .row
46
- .col-xs-2
47
- = link_to(job_definition_stats_path(@job_definition), class: 'btn btn-default') do
48
- %i.fa.fa-line-chart
49
- Statistics
50
48
  %table.table.table-bordered
51
49
  %thead
52
50
  %tr
@@ -1,3 +1,3 @@
1
1
  module Barbeque
2
- VERSION = '0.0.16'
2
+ VERSION = '0.0.17'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barbeque
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Kokubun