bullet_train-super_scaffolding 1.19.0 → 1.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2113c6c9afb99a6f2882d037ff3e54fd161dd462050f059d755ab2c769c09ef1
|
4
|
+
data.tar.gz: c6c91c49eaa0f7a261b9aa430294fb8274a2dd79f3b9e606a816e98d0b488f3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8152a0fc49b2bae78cd12bf0af81c7469a17e1aa38b3824461f15ac49e5606613d196bb3bf685de795fc31e7694a94ca46a1c72e762fb1312aadccaed6a548f
|
7
|
+
data.tar.gz: a2a00fc81c0f827a66c760381fa9cde3cfe3e6c30a003efb61e6ee22f00e9e65de75679f6866cc30c8105aecc520322001a390a4476adafe30f5263c7792eb30
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<%= form_with model: [:account, (@team unless creative_concept.persisted?), creative_concept],
|
1
|
+
<%= form_with model: [:account, (@team unless creative_concept.persisted?), creative_concept], class: 'form' do |form| %>
|
2
2
|
<%= render "shared/limits/form", form: form, cancel_path: [:account, @team, :scaffolding, :absolutely_abstract, :creative_concepts] do %>
|
3
3
|
<%= render 'account/shared/forms/errors', form: form %>
|
4
4
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<% cancel_path ||= tangible_thing.persisted? ? [:account, tangible_thing] : [:account, @absolutely_abstract_creative_concept, :completely_concrete_tangible_things] %>
|
2
2
|
|
3
|
-
<%= form_with model: tangible_thing, url: (tangible_thing.persisted? ? [:account, tangible_thing] : [:account, @absolutely_abstract_creative_concept, :completely_concrete_tangible_things]),
|
3
|
+
<%= form_with model: tangible_thing, url: (tangible_thing.persisted? ? [:account, tangible_thing] : [:account, @absolutely_abstract_creative_concept, :completely_concrete_tangible_things]), class: 'form' do |form| %>
|
4
4
|
<%= render "shared/limits/form", form: form, cancel_path: cancel_path do %>
|
5
5
|
<%= render 'account/shared/forms/errors', form: form %>
|
6
6
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-super_scaffolding
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.19.
|
4
|
+
version: 1.19.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: standard
|