modal_logic 0.0.7 → 0.0.8

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: a414771edc95819b29e9b892f618db4298ecdb5b
4
- data.tar.gz: 3a9becac0400be64929e15b4589f947d536701b1
3
+ metadata.gz: 33bedaeae3440893827bfd35b44669469c9c0109
4
+ data.tar.gz: cc7b4cadde733bd7839b329b743202ed4a762782
5
5
  SHA512:
6
- metadata.gz: 6330b9756963d54245cffb95f7bfe8894f71f42d68cc22dc15795c661d9a493b5823399e9f0231223ced936249b6170e19e3f8bcdb579555fb2918c3135049a7
7
- data.tar.gz: 4376115b3132139119c0cb117267d47cf90ac193973e000d007fec1935f1053f9436a5d4cc972f849fd03d8258d7fdb2ef8224d305a00c687048f7ab643d64a7
6
+ metadata.gz: dabc130a4e2af90cae29662286ee4112a84f537ac1ee9fee1636439d17e03badf5a647d151a5cdb5b8d82409e2c914810e15626071bd6518c1b8aebc639d6894
7
+ data.tar.gz: 92f78b209a026703f7c89230f64d017fc7c419de2cf170cb9704c0fc95ad495a605a48623c9beb23ae953356c733bc1ded91c77630d1942b3658e2842f45310e
@@ -1,12 +1,16 @@
1
1
  <div class="modal modal-logic">
2
- <div class="modal-header">
3
- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
4
- <h3 class='modal-title'>{{modal.title}}</h3>
2
+ <div class="modal-dialog">
3
+ <div class="modal-content">
4
+ <div class="modal-header">
5
+ <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
6
+ <h3 class='modal-title'>{{modal.title}}</h3>
7
+ </div>
8
+ <div class="modal-body">
9
+ {{#if modal.errors.base}}
10
+ <div class='alert alert-error'>{{{modal.errors.base}}}</div>
11
+ {{/if}}
12
+ {{{modal.body}}}
13
+ </div>
14
+ </div>
5
15
  </div>
6
- <div class="modal-body">
7
- {{#if modal.errors.base}}
8
- <div class='alert alert-error'>{{{modal.errors.base}}}</div>
9
- {{/if}}
10
- {{{modal.body}}}
11
- </div>
12
- </div>
16
+ </div>
@@ -1,3 +1,3 @@
1
1
  module ModalLogic
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modal_logic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Hallett
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-28 00:00:00.000000000 Z
11
+ date: 2014-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails