bullet_train-themes-light 1.12.2 → 1.13.0

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: b6b733a54a6b121df7b7eae840f0364df030311644319d546798f38bf3cb06ee
4
- data.tar.gz: f8b29e1b1a4162aeb097ae349e11eeab2cf5f8430ae7f9323c860f6b73cc9cf8
3
+ metadata.gz: e53e9a9ae6db087dfcbb91b8cdeb37adb16dc9dc0351f7daae5553316f5eb01b
4
+ data.tar.gz: 6e43cba903b871ee6302b58c471a4a4e93c0cf43087a968e5ba59c1d48626157
5
5
  SHA512:
6
- metadata.gz: ab9402c64d645711ea8292189644197eb6378a0923e11512fab292a689bec29cb30d3a9ea3c09f5685e1bcd61cd98adf02a590d7d6532560871d7aadf23ce92f
7
- data.tar.gz: f6aa48aabce625a2357f6eab1fce35842aed72becf9f355cefa058030b0636d90f7b3f74916bbd6f3d242111c3325765a9e91a5976276654359d9568830c4691
6
+ metadata.gz: 6909c2dfa7bbc427d65d19ac070baefce5abf4d4ce20e51aa11f29ad798f3d333aa25a65dd8f1f6c73ff6ca94b1c842856244bd6442e677141b15461489b4efb
7
+ data.tar.gz: 3fd352b3e9df7cfa2857b8093553f934a9f5d44041d851cb8f07e03774411d7d3fcdeb55a69642787dc3d1e56cb21d04b12f4d4e9db39fb4c9d2fd3a7cb8f3c2
@@ -49,7 +49,7 @@
49
49
 
50
50
  <% elsif action.is_a?(Actions::SupportsScheduling) && action.scheduled_for && !action.started? %>
51
51
  <div class="uppercase text-xs text-slate-400">
52
- <%= t('action_models.scheduled_for', at: display_date_and_time(action.scheduled_for)) %>
52
+ <%= t('action_models.scheduled_for', for: display_date_and_time(action.scheduled_for)) %>
53
53
  </div>
54
54
 
55
55
  <% elsif action.is_a?(Actions::HasProgress) && action.started? %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.12.2"
4
+ VERSION = "1.13.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.2
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-18 00:00:00.000000000 Z
11
+ date: 2024-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard