polaris_view_helpers 1.2.3 → 1.2.4
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: bb12624e996ccae2b948c740dec7011d168d4b3ea46e5dd567b8d06a305e96ee
|
4
|
+
data.tar.gz: d135eed9205370dcd85a2ff8a04c37745782ef1dbfe95b0e6c95c8f504e1cf4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d3e356d5c52a868287ae6a22c8237447abd9c66c83dea5b2d07159db6c208b1610962d37bcad428c04cd34216b9c9deaef6ce9014d617e79f62a819ba633185
|
7
|
+
data.tar.gz: 2ca927e3baaecb3716f941d45bb6eb1f62de2489a51b93e1a680e4722d8b048280c5f689ed7f18e7e238307556b76d35b4340e90fbfc1da840da983a80150797
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<%= link_to link_destination, data: { method: method, remote: remote }, confirm: confirm, class: "Polaris-Button #{additional_classes}", 'data-polaris-unstyled': true do %>
|
1
|
+
<%= link_to link_destination, data: { method: method, remote: remote }, confirm: confirm, class: "Polaris-Button #{additional_classes}", target: target, 'data-polaris-unstyled': true do %>
|
2
2
|
<span class="Polaris-Button__Content"><span><%= name || capture(&block) %></span></span>
|
3
3
|
<% end %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polaris_view_helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Green
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|