bullet_train-themes 1.0.14 → 1.0.15

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
  SHA256:
3
- metadata.gz: bdae172d3e0f459d7313c02b5e48475656c9e0cf76ac961991a67e1fb451da06
4
- data.tar.gz: fd53f7ca6ce8f12ff124f1cb28efedf8805ea651158f47859a797d1c55e8e530
3
+ metadata.gz: bd409878f3adddc657c662621fcc77f5be37a4ef2090c1507c03256895c1cb47
4
+ data.tar.gz: 4778f9329b7ca552650e91fd84e3bb71ba3cae944ebaa493e1b8409e16f077f4
5
5
  SHA512:
6
- metadata.gz: d2a9cd466e66f165099df1444239652cbd66ea03ccf8799a5df7ca4b0ed71f8a651ddc9312da6b5ab6d3dde60374c3b05baafb47820c2757bf057fa74ff69d21
7
- data.tar.gz: 2824161de0bc8072fde9351c2b492a308abebb4984b07ced7b166910d85823565ff63e22cc60f3956f0b809ff1f59beb4e1e8ec5b45984545408f172553117e7
6
+ metadata.gz: 1aec47adc6c701406d5b4e7b0b829048d6a4a3bd8267420d25615b3ce4c4af6225ef53f05552cac1190863cb3e4102ad0c080802acf574b7d6a0e39b9bbcd2be
7
+ data.tar.gz: a8a31261b99d18c5de315c394697544b07c2b5677fb3c5aacf4379358a54b28861257747bb4d2e43a1da3ae5808d1428c67f191c9609ec6b2a5920a54ecb2508
@@ -4,6 +4,6 @@
4
4
 
5
5
  <% if object.send(attribute).present? %>
6
6
  <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %>
7
- <%= display_date(object.send(attribute)) %>
7
+ <%= display_date(object.send(attribute), local_assigns[:date_format]) %>
8
8
  <% end %>
9
9
  <% end %>
@@ -4,6 +4,6 @@
4
4
 
5
5
  <% if object.send(attribute).present? %>
6
6
  <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %>
7
- <%= display_date_and_time(object.send(attribute)) %>
7
+ <%= display_date_and_time(object.send(attribute), local_assigns[:date_format], local_assigns[:time_format]) %>
8
8
  <% end %>
9
9
  <% end %>
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module Themes
3
- VERSION = "1.0.14"
3
+ VERSION = "1.0.15"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver