bullet_train-themes-light 1.12.1 → 1.12.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8677d3420d1d814c4bbd2a7559148a1f5f62ef8010d0df9819b1af455eb8646
|
4
|
+
data.tar.gz: 331960643e591d7d2df26c786869ec554822f3df4d3bc955926457bb845dd374
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a74b96b1d62b5546a962d8bed158c63ef0905afc08c339e23c715237cb5d0ff05f8d2d453bb3564e6c08d0afb1487afcf21928b1871883a7f6848ed4f606b0d
|
7
|
+
data.tar.gz: bdba3be83d2d26d72b884b48f2e7569d9472de8177e09fc8b59ac5b3d9784a5d12a83522be95433ab361b23267ffa0334cd0981ae9c19d9b09dcdacbd0ce2325
|
@@ -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',
|
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? %>
|
@@ -66,15 +66,17 @@ end
|
|
66
66
|
<div class="<%= 'required' if other_options[:required] %>">
|
67
67
|
|
68
68
|
<% # the label. %>
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
<%
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
69
|
+
<% unless other_options[:supress_label] %>
|
70
|
+
<div class="<%= "sr-only" if other_options[:hide_label] == true %>">
|
71
|
+
<% if partial.label? %>
|
72
|
+
<%= partial.label %>
|
73
|
+
<% else %>
|
74
|
+
<% # allow the label to be defined via an inline option or else one of the locale yaml definitions. %>
|
75
|
+
<% label = (other_options[:label].presence || labels.label || legacy_label_for(form, method)) %>
|
76
|
+
<%= form.label method, label&.html_safe, class: 'block', for: options[:id] %>
|
77
|
+
<% end %>
|
78
|
+
</div>
|
79
|
+
<% end %>
|
78
80
|
|
79
81
|
<%# Here, we prioritize yielding the partial's field markup if it already exists. %>
|
80
82
|
<%# `form.send` below calls the original Rails Form helpers, such as %>
|
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.
|
4
|
+
version: 1.12.3
|
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-
|
11
|
+
date: 2024-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|