rbbt-rest 1.3.10 → 1.3.11

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: f37a8c9910018bf272558a676de7eec240f0af66
4
- data.tar.gz: 5b0b9d2405a59d8c0f134de26368d73d2c0a677c
3
+ metadata.gz: 78383870962e63b1a6b41914d0c14f255178b384
4
+ data.tar.gz: a96acb29124abb4cfdad78ca6f71a5f74ddf120f
5
5
  SHA512:
6
- metadata.gz: 5ba5ce4ffd9f48cba52301a48d5510455711b481709bbff517b58f4418ef2fe5ecf01ce6487c0a3acc49227b1e8cbc5284ee6fb213034e55f0a1695c726878d1
7
- data.tar.gz: b9a3df738c931583e0fe7cf06e08c65d9915ddad0ca6649eef7d0f37616e53ae3ea7fe333bce8571086a67c5148fa5b08642add26979f0d2204d0cc5f59f2123
6
+ metadata.gz: e288f41709c9e3d96aae9675e96f9e9ac23c0f7906b1a47f60edb6f9b52ea76a2fa613b193bf75b42e0f293fc04c7d1ee18379603761b0162337527bc7e15942
7
+ data.tar.gz: b4e0f17d983178488614af4dc20cda89327b1ca5c055dccc7286ac1edaa671b47822ab9a6f46b40153f19da466119ed33018f061d5ae274df73f8054fb489886
@@ -86,6 +86,8 @@
86
86
  margin-bottom: 3px
87
87
  display: inline-block
88
88
  font-color: $color_action_parameter_label
89
+ &[title]
90
+ cursor: help
89
91
 
90
92
  input.jobname
91
93
  float: right
@@ -5,7 +5,7 @@
5
5
  .workflow_task
6
6
  .title
7
7
  %h3
8
- %span.workflow= workflow
8
+ = workflow
9
9
  %span.task= Misc.humanize task
10
10
  - if task_info[:description]
11
11
  .description
@@ -15,7 +15,7 @@
15
15
  = partial_render('partials/form', :id => id, :action => action, :method => 'post',
16
16
  :enctype => "multipart/form-data", :info => task_info, :klass => 'workflow_task')
17
17
 
18
- - if workflow.libdir.examples[task.to_s].exist?
18
+ - if workflow.libdir.examples[task.to_s].exists?
19
19
  .examples
20
20
 
21
21
  %p
@@ -63,7 +63,7 @@
63
63
  %th
64
64
  %a(href="#{'/' << workflow.to_s}")= Misc.humanize(workflow.to_s)
65
65
  %td
66
- - description = workflow.workflow_description || ""
66
+ - description = workflow.documentation[:description] || ""
67
67
 
68
68
  - case
69
69
  - when description.empty?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.10
4
+ version: 1.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-08 00:00:00.000000000 Z
11
+ date: 2014-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake