bootstrap_bux 0.2.5 → 0.2.6
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: 308c7e8f9677c604042a4a2694b14215763b1147b21c5eaa653bc4de48b6e378
|
4
|
+
data.tar.gz: 7db6a765a808478037d23a330a8cf6f7cf091b1aa6ae6f5d7ba3636c9be3382a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6188481b559501c280e5935d6464913315e9176a3b127f1bec6483fdaf3e66d64d0c4dd9b083200c6c2eee9f9a60f5b70c468c1537d337efc50d34c15afdedde
|
7
|
+
data.tar.gz: 3be46b092be1848d156f90955533798bdec01272a943696d08132164abcbbd028f244b2ba7262cec41386854d4c2ba27ada7ebaf135baf214b18b9f22d9cc712
|
@@ -102,7 +102,7 @@
|
|
102
102
|
<% unless BootstrapBux.configuration.signin_link.blank? || BootstrapBux.configuration.signout_link.blank? %>
|
103
103
|
<p class="bux_footer__link">
|
104
104
|
<% if signed_in? %>
|
105
|
-
<%=
|
105
|
+
<%= button_to('Log Out', BootstrapBux.configuration.signout_link, method: :delete, class: 'bux-link btn btn-link') %>
|
106
106
|
<% else %>
|
107
107
|
<%= button_to('Log In', BootstrapBux.configuration.signin_link, method: :post, class: 'bux-link btn btn-link') %>
|
108
108
|
<% end %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap_bux
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alison Furlong
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|