phantom_helpers 0.11.0.alpha2 → 0.11.0.alpha3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d326c53e36234618552988a5b1464cde2c3f214
|
|
4
|
+
data.tar.gz: 5e813a8cbd7d547b2e0003e70929c2216cf24449
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72d8dfba824caf1eca5a695e4b9cbc644976791bf3f80b1e4bbd3d0cd484be771de069b7079363b6c4c4a6ea8b184e8a32166bec1ef5118f3fc4e3dacdfd136f
|
|
7
|
+
data.tar.gz: 2bdf8889b009c180815ec2ad7ea6871019e6838fb0f81a1c918ed3cd185e0a946403b904dd36fdd1766a8bc659596c61b8e7860da8710c24d8c2eed54105bd2c
|
|
@@ -20,7 +20,7 @@ module PhantomHelpers
|
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
def modal_for(id, &block)
|
|
23
|
-
content_tag :div, class: "modal
|
|
23
|
+
content_tag :div, class: "modal d-none", id: id, wmode: "opaque" do
|
|
24
24
|
content_tag :div, class: "col-md-12 alert-dismissable" do
|
|
25
25
|
block.call
|
|
26
26
|
end
|
|
@@ -28,7 +28,7 @@ module PhantomHelpers
|
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
def index_modal_for(id, &block)
|
|
31
|
-
content_tag :div, class: "modal
|
|
31
|
+
content_tag :div, class: "modal d-none", id: id, wmode: "opaque" do
|
|
32
32
|
content_tag :div, class: "col-md-12 alert-dismissable" do
|
|
33
33
|
content_tag :div, class: "panel panel-primary" do
|
|
34
34
|
block.call
|
data/phantom_helpers.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
|
4
4
|
s.name = 'phantom_helpers'
|
|
5
|
-
s.version = '0.11.0.
|
|
5
|
+
s.version = '0.11.0.alpha3'
|
|
6
6
|
s.summary = 'Phantom View Helpers'
|
|
7
7
|
s.description = 'rails helpers for bootstrap 3'
|
|
8
8
|
s.licenses = ['GNU GPL-3', 'AGPL-3']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phantom_helpers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.0.
|
|
4
|
+
version: 0.11.0.alpha3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vassil Kalkov
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-11-
|
|
13
|
+
date: 2013-11-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: rails helpers for bootstrap 3
|
|
16
16
|
email: info@genshin.org
|
|
@@ -60,3 +60,4 @@ signing_key:
|
|
|
60
60
|
specification_version: 4
|
|
61
61
|
summary: Phantom View Helpers
|
|
62
62
|
test_files: []
|
|
63
|
+
has_rdoc:
|