bootswatch_rails 3.2.0.30 → 3.2.0.31

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: 44ed23b2707c6d5c0d9839ca6653de47715b7ac6
4
- data.tar.gz: 97eb8e96e0179f8c7ca420aa2d326c5cc48e45c9
3
+ metadata.gz: 78fb12269addbc9760506cb3985cad6e19d76ec1
4
+ data.tar.gz: bdb1c7bc2e681b25e57335aca7a5a79b484f279e
5
5
  SHA512:
6
- metadata.gz: 0c6ebd2595417dd6fe78351ddcd3a18ddfbbd4d8b0261c3c0434f99b1884b1d4f62c435e57dd97857577d73a916bedc2ea176858e8159300a1815a30493fc575
7
- data.tar.gz: d77397a47b3a4399ca9a6f92b43df6448f839627b57a2aa0e3a7e46c41bcb7d742516094b5f793f34da9b99db11f9dca135b179bc2bc9f828eb15252a9e56856
6
+ metadata.gz: c0334b868c2ca53106be3ebb0a02b1d8c4a566b2134ea73910c9db30966f2af7ad26ea0bb503c3fa05c8b2c4c8a92b7636b64739f19276ab59b983d009d92214
7
+ data.tar.gz: 60253aff09de68bd76eada6a12878c8e756528bf8a12e8b93ee2065b9ca2a6d4dee3fa94947a49d166aa384aacc7fcb6cc7c12579632abeb328c6ae5ada28d9f
@@ -1,6 +1,6 @@
1
1
  module BootswatchRails
2
2
  BOOTSTRAP = "3.2.0"
3
- VERSION = "3.2.0.30"
3
+ VERSION = "3.2.0.31"
4
4
 
5
5
  THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
6
6
  DEFAULT = 1
@@ -1,3 +1,4 @@
1
+ <%- page_title t('activerecord.models.<%= singular_table_name %>.one') -%>
1
2
  <h2><%%= t('headers.edit', name: t('activerecord.models.<%= singular_table_name %>.one')) %></h2>
2
3
 
3
4
  <%%= render 'form' %>
@@ -1,3 +1,4 @@
1
+ <%- page_title t('activerecord.models.<%= singular_table_name %>.other') -%>
1
2
  <h2><%%= t('headers.index', name: t('activerecord.models.<%= singular_table_name %>.other')) %></h2>
2
3
 
3
4
  <table class="table table-striped table-hover">
@@ -1,3 +1,4 @@
1
+ <%- page_title t('activerecord.models.<%= singular_table_name %>.one') -%>
1
2
  <h2><%%= t('headers.new', name: t('activerecord.models.<%= singular_table_name %>.one')) %></h2>
2
3
 
3
4
  <%%= render 'form' %>
@@ -1,3 +1,4 @@
1
+ <%- page_title t('activerecord.models.<%= singular_table_name %>.one') -%>
1
2
  <h2><%%= t('headers.show', name: t('activerecord.models.<%= singular_table_name %>.one')) %></h2>
2
3
 
3
4
  <table class="table table-striped table-hover">
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.2.0.30
4
+ version: 3.2.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand