nti_receipt_builder 0.1.2 → 0.1.3
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: 9d972829d912352968704db6f3c1e7feaf29b0446de029bf8d411e12fadc8413
|
|
4
|
+
data.tar.gz: 659b68eebe8239ee4da4dc801936ed0e83e11f95c58b30b9b45467b4bd15a235
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 410c167101a8a7c98a942e3da4c8450b69695d4d878e929a60b22242a72caf0580a4824205830ccbf3ca7b4f973372934f1103a3b0e2804a58d5cc84af516faf
|
|
7
|
+
data.tar.gz: 0efc15e08e3c8526e663fa897e7fd0e0ccd8d87038fd0f6a08d904f62d0452c8459127b445ec2b47e37ff8b177a2cda43682644689424365706a287bff1571bb
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<%= f.button 'Draft Preview', type: 'submit', class: 'btn btn-outline-secondary',
|
|
30
30
|
formaction: url_for(action: :render_preview, id: @receipt_template.id), formmethod: :post %>
|
|
31
31
|
<%= link_to url_for(action: :preview, id: @receipt_template.id),
|
|
32
|
-
class: 'btn btn-outline-secondary', data: { turbo_stream: true, turbo_method: :
|
|
32
|
+
class: 'btn btn-outline-secondary', data: { turbo_stream: true, turbo_method: :get } do %>
|
|
33
33
|
<span class="material-symbols-outlined pe-1">visibility</span>Saved Preview
|
|
34
34
|
<% end %>
|
|
35
35
|
<%= link_to 'Back to Templates', url_for(action: :index), class: 'btn btn-secondary' %>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nti_receipt_builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Den Meralpis
|
|
@@ -146,14 +146,14 @@ files:
|
|
|
146
146
|
- lib/nti_receipt_builder/variable_resolver.rb
|
|
147
147
|
- lib/nti_receipt_builder/variables.rb
|
|
148
148
|
- lib/nti_receipt_builder/version.rb
|
|
149
|
-
homepage: https://github.com/
|
|
149
|
+
homepage: https://github.com/denmarkmeralpis/nti_receipt_builder
|
|
150
150
|
licenses:
|
|
151
151
|
- MIT
|
|
152
152
|
metadata:
|
|
153
153
|
allowed_push_host: https://rubygems.org
|
|
154
|
-
homepage_uri: https://github.com/
|
|
155
|
-
source_code_uri: https://github.com/
|
|
156
|
-
changelog_uri: https://github.com/
|
|
154
|
+
homepage_uri: https://github.com/denmarkmeralpis/nti_receipt_builder
|
|
155
|
+
source_code_uri: https://github.com/denmarkmeralpis/nti_receipt_builder
|
|
156
|
+
changelog_uri: https://github.com/denmarkmeralpis/nti_receipt_builder/blob/main/CHANGELOG.md
|
|
157
157
|
rubygems_mfa_required: 'true'
|
|
158
158
|
rdoc_options: []
|
|
159
159
|
require_paths:
|