bootswatch_rails 3.2.0.37 → 3.2.0.38

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: 9c7c4fb3596c86538aebc4739684e78f830a85b8
4
- data.tar.gz: 23c1778f389f1d174e0ad8e0dd3d22ad482904fc
3
+ metadata.gz: e8b2cdd47cb220902b179ca8316b3bf9bb23c854
4
+ data.tar.gz: 8f3a36569e41fa264cf36d22fe6995739eba6414
5
5
  SHA512:
6
- metadata.gz: f2024065c3147389a47c06050a1ec6efcaaa3dc76e2a5a8055e22c366e06f627d7a215917eee6a45d2e96f2eda1406d4be89f7b744a6a1c7ec7b13f8a62d78e5
7
- data.tar.gz: ab70343201e5ec831c27949ffb8f0cbd6e39ade9e322634266b551802915586471eac7564bf3d89f9560c71e5032f9d456643c4a8403c4a5ea0546127401a508
6
+ metadata.gz: 5a55807db209d1c2de71e0f1555b3bd6d89827f516d2eb9cff2d1fa3645f6d82ee793012718b7590060090799e464e8c419ff6c7f7520993c18b37d19f3fbfcf
7
+ data.tar.gz: 1fd0a20051338a6260a7d9b23ba38acdd98c110bf8ec59e8d3167924914182c35bdb26df0b920650c71f626cb352ea946c383e5d3e12952ff218465f38edd33f
@@ -1,7 +1,7 @@
1
1
  module BootswatchRails
2
2
  BOOTSTRAP = "3.2.0"
3
3
  FONT_AWESOME = "4.2.0"
4
- VERSION = "3.2.0.37"
4
+ VERSION = "3.2.0.38"
5
5
 
6
6
  THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
7
7
  DEFAULT = 1
@@ -3,8 +3,7 @@
3
3
  <table class="table table-striped table-hover">
4
4
  <thead>
5
5
  <tr>
6
- <th><%%= t('activerecord.attributes.<%= name %>.name') %>
7
- <br>
6
+ <th><%%= t('activerecord.attributes.<%= name %>.name') %> /
8
7
  <%%= t('activerecord.attributes.<%= name %>.phone') %></th>
9
8
  <th><%%= t('activerecord.attributes.<%= name %>.comment') %></th>
10
9
  <%- if options.picture? -%>
@@ -13,9 +12,7 @@
13
12
  <%- if options.gravatar? -%>
14
13
  <th><%%= t('activerecord.attributes.<%= name %>.gravatar') %></th>
15
14
  <%- end -%>
16
- <th><%%= t('activerecord.attributes.<%= name %>.active') %>
17
- <br>
18
- <%%= t('activerecord.attributes.<%= name %>.sysadm') %></th>
15
+ <th><%%= t('activerecord.attributes.<%= name %>.active') %></th>
19
16
  <th class="index-actions"><%%= t('actions.title') %></th>
20
17
  </tr>
21
18
  </thead>
@@ -43,8 +40,9 @@
43
40
  <%- end -%>
44
41
  <td>
45
42
  <%%= <%= name %>.active ? t('simple_form.yes') : t('simple_form.no') %>
46
- <br>
47
- <%%= <%= name %>.sysadm ? t('simple_form.yes') : t('simple_form.no') %>
43
+ <%%- if <%= name %>.sysadm -%>
44
+ (<%%= t('activerecord.attributes.<%= name %>.sysadm') %>)
45
+ <%%- end -%>
48
46
  </td>
49
47
  <td class="index-actions">
50
48
  <%%= link_to t('actions.show'), <%= name %>, class: 'btn btn-default btn-xs' %>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.37
4
+ version: 3.2.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-25 00:00:00.000000000 Z
11
+ date: 2014-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties