bootswatch_rails 3.1.1.7 → 3.1.1.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: b55c313a624e69d4c9ef9494c6bcc1e0bc56bcf2
4
- data.tar.gz: 91c7355b3ccb042652d024b69238cc4bfc684459
3
+ metadata.gz: 3f59a6319227954777cfbd1b3e0f17b0fdd3968c
4
+ data.tar.gz: dde5201e4b2721b38cd52b8e99bd1ed46bac8387
5
5
  SHA512:
6
- metadata.gz: e8f29ab3dade9e72f78441ceaee78fc2df7caf034c8677256552e510af1ec8c3db9b35276edbc1354503ac1aa11af727690fc876458a617254017b4b3e5387b8
7
- data.tar.gz: 9632a76cc15ec1cbd81c448a0d3a4ef8670ada89c041f8d42c623ffb65f388b3d7431b72be2e1ecedbc149f951cb7d11fcbc9601a0b1c3191e8bd3fd8a5aca72
6
+ metadata.gz: 69cd09b03833bd87bcc74c8982c9615f1f717954b73946a99efe58b920268bdca83c86a9d6b267110dd0c0db46be896925819948768c19944985a6cbdb9cacfa
7
+ data.tar.gz: 33783616c5fbe6d10afab65d5a3c129a5a615b7ad1d88a2990f7bfe05f2fef7a97a74d2533ddadb3d1be1f8022527fceb9b195fa435c058a52e8383b8bdd9c26
@@ -1,5 +1,5 @@
1
1
  module BootswatchRails
2
- VERSION = "3.1.1.7"
2
+ VERSION = "3.1.1.8"
3
3
  THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :readable, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
4
4
  DEFAULT = 1
5
5
  end
@@ -6,8 +6,8 @@
6
6
  <%= render 'layouts/topnav' %>
7
7
 
8
8
  <div class="container" id="main-content">
9
- <%- if user_signed_in? -%>
10
9
  <div class="row">
10
+ <%- if user_signed_in? -%>
11
11
  <div class="col-md-9">
12
12
  <%= render 'layouts/flash' %>
13
13
  <%= yield %>
@@ -15,13 +15,15 @@
15
15
  <div class="well col-md-3">
16
16
  <%= render 'layouts/sidebar' %>
17
17
  </div>
18
- </div>
19
18
  <%- else -%>
20
- <%= render 'layouts/flash' %>
21
- <%= yield %>
19
+ <div class="col-md-12">
20
+ <%= render 'layouts/flash' %>
21
+ <%= yield %>
22
+ </div>
22
23
  <%- end -%>
23
-
24
- <%= render 'layouts/footer' %>
24
+ </div>
25
25
  </div>
26
+
27
+ <%= render 'layouts/footer' %>
26
28
  </body>
27
29
  </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1.7
4
+ version: 3.1.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand