rbbt-rest 1.8.3 → 1.8.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bc8c84dbe3d17dfa0f63f7a513da1d52ed7e150
4
- data.tar.gz: fc73cf5e1d13d176ab35fa2e5f065d9756033cc7
3
+ metadata.gz: 6e2b9ecf9c546f18c529e7deffa7d8829339b943
4
+ data.tar.gz: 1121811f2ea813adf3164fa8676b42c50eb4cc2e
5
5
  SHA512:
6
- metadata.gz: 384ceaf737b835b8cba9e49b631b78f2d4b8b2d16c0f1d74b9cb532912daf6599491e22f67d63ddd6c6eb276501d43eb323233daf0c17d54f4544fe632a9b610
7
- data.tar.gz: e96e260ef7ee2bfc4f78d46367c3a2a6f1785991a4978dab3b974ebf92a954472d57fa2bcfd72ed847cc46a398b35daff9c9ab3b38a075b7dd940774db740c15
6
+ metadata.gz: a1c5060636cb7383184b48de8b948cc67fc15ef7aba1961736b31d5ec8ed8ad069f04bd80de3f455a839d219dea07dfacd04ae8656cef49dd724248efecc280e
7
+ data.tar.gz: dd39e56e9aedb3096d1ce1b1cb96d89a7682be237c23e458756baaf61d097d052187040e14189b6bf3b9d1339b6b9c39c06411c09de43f35b449177fefdb8280
@@ -47,6 +47,11 @@ a.entity
47
47
 
48
48
  table > caption
49
49
  max-width: 60em
50
+ span.title
51
+ display: block
52
+ font-weight: bold
53
+ span.caption
54
+ display: block
50
55
 
51
56
  .filters + p
52
57
  margin-top: 2em
@@ -2,6 +2,7 @@
2
2
  - entity_options = table_options[:tsv_entity_options] unless defined? entity_options and entity_options
3
3
  - headers = table_options[:headers]
4
4
  - table_id = table_options[:table_id] unless defined? table_id and table_id
5
+ - caption = table_options[:caption] unless defined? caption and caption
5
6
  - table_class = table_options[:table_class] unless defined? table_class and table_class
6
7
  - header = table_options[:header] unless defined? header and header
7
8
  - row_ids = table_options[:row_ids] unless defined? row_ids and row_ids
@@ -26,6 +27,7 @@
26
27
  - if table_id
27
28
  %caption
28
29
  %span.title= Misc.humanize table_id
30
+ %span.caption= caption
29
31
 
30
32
  - if header
31
33
  %thead
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.3
4
+ version: 1.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez