bullet_train-themes 1.0.4 → 1.0.7
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: dd53a24521a77065f5014cbaae79550919d9b4f3814ddeaade402b0914c23e5d
|
4
|
+
data.tar.gz: 17866cd53604c8213d7c6c5ab7c9b48341cf8c71b2fbe5d8738dc65d1fadf5f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ad93ee2fc820cd3dd87eedda7caaaec6f35de3b62ebe2697ce43020a776729eda220355909753a6723e095a0f2ba99f84db6b6ab4227d16bc67542e6780e2fc
|
7
|
+
data.tar.gz: 80f81475cc7093b9edad0bd359cfddb36c11ecfca4730947305c86dbbc1aaf7bc03c4231ac37408a6b0a57bf4d2b0fa668d2f1b76cc610de177ed609b1a5ba29
|
data/MIT-LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<% yield %>
|
1
|
+
<% yield p = np %>
|
2
2
|
|
3
3
|
<%
|
4
4
|
form ||= current_fields_form
|
@@ -23,6 +23,9 @@ other_options ||= {}
|
|
23
23
|
<%= render 'shared/fields/field', form: form, method: method, options: options, other_options: other_options do %>
|
24
24
|
<% content_for :field do %>
|
25
25
|
<%= form.rich_text_area method, options %>
|
26
|
+
<% if p.content_for? :submit_button %>
|
27
|
+
<%= p.content_for :submit_button %>
|
28
|
+
<% end %>
|
26
29
|
<% end %>
|
27
30
|
<% end %>
|
28
31
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-themes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|