rbbt-rest 1.8.3 → 1.8.4
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 +4 -4
- data/share/views/compass/app.sass +5 -0
- data/share/views/partials/table.haml +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e2b9ecf9c546f18c529e7deffa7d8829339b943
|
|
4
|
+
data.tar.gz: 1121811f2ea813adf3164fa8676b42c50eb4cc2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1c5060636cb7383184b48de8b948cc67fc15ef7aba1961736b31d5ec8ed8ad069f04bd80de3f455a839d219dea07dfacd04ae8656cef49dd724248efecc280e
|
|
7
|
+
data.tar.gz: dd39e56e9aedb3096d1ce1b1cb96d89a7682be237c23e458756baaf61d097d052187040e14189b6bf3b9d1339b6b9c39c06411c09de43f35b449177fefdb8280
|
|
@@ -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
|