bootstrap-cells 0.1.5 → 0.1.6
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/CHANGELOG +2 -0
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/_bootstrap-cells.scss +1 -0
- data/bootstrap-cells.gemspec +1 -1
- data/lib/bootstrap-cells/cells/table/table_nested_row_button.scss +7 -0
- data/lib/bootstrap-cells/cells/table/tbody_button_for_nested_row.erb +2 -4
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6c3f3649785f74749120e714463dd925ce18301
|
|
4
|
+
data.tar.gz: c808bdc8ef9ccba7bec264ba01f78e34fa111c5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20fcf498bfcc1e7629441e6333d66a61496d0734cb251b9ca209ae648d635701b69c0bf4ef40e33c2553fd195e9999fe32d10d8b6da32441bb45fd63979d3af9
|
|
7
|
+
data.tar.gz: cef4c5c418d990e56424542485467f4df0400b6487cda65f562c4b8acaf7d281026960c629dc3436d63465c657427779c863eafb74f1f6bfefd161d37d636287
|
data/CHANGELOG
CHANGED
data/Gemfile.lock
CHANGED
data/bootstrap-cells.gemspec
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
<td>
|
|
2
2
|
<button type="button"
|
|
3
|
-
class="btn btn-outline btn-primary p0 m0 mono h2 w2 m-0 p-0"
|
|
3
|
+
class="btn toggle-btn btn-outline btn-primary p0 m0 mono h2 w2 m-0 p-0"
|
|
4
4
|
style="line-height: 0px;height:2rem;width:2rem;"
|
|
5
5
|
data-toggle="collapse"
|
|
6
|
-
data-target="#<%= item.id %>_nested_row_<%= table_uuid %>"
|
|
7
|
-
+
|
|
8
|
-
</button>
|
|
6
|
+
data-target="#<%= item.id %>_nested_row_<%= table_uuid %>"/>
|
|
9
7
|
</td>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootstrap-cells
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Margheim
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cells
|
|
@@ -268,6 +268,7 @@ files:
|
|
|
268
268
|
- lib/bootstrap-cells/cells/pages_cell.rb
|
|
269
269
|
- lib/bootstrap-cells/cells/table/nubbin.scss
|
|
270
270
|
- lib/bootstrap-cells/cells/table/show.erb
|
|
271
|
+
- lib/bootstrap-cells/cells/table/table_nested_row_button.scss
|
|
271
272
|
- lib/bootstrap-cells/cells/table/table_sort.scss
|
|
272
273
|
- lib/bootstrap-cells/cells/table/table_striped_nested.scss
|
|
273
274
|
- lib/bootstrap-cells/cells/table/tbody.erb
|