bootstrap_bux 0.2.5 → 0.2.7

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: fd8ce710cc44f744b71f165a651a8c29ce24815ae68965b7e6df5ae74df84eff
4
- data.tar.gz: cf23d1e373e6646c36cde1db409b761ffb8ab39ddfca3fe15ebb149b335464e6
3
+ metadata.gz: e6b1b6c0fd4a9e742dad67ec94bbfebd3d83977b84c005e01d5f554acd5dbd7d
4
+ data.tar.gz: '094203e8a4ec73abb6a22682b87ff2497460c26cac9a91caeb831766aa6e99b6'
5
5
  SHA512:
6
- metadata.gz: 4f1b1a2fd32c13711cb3e823f888b26a5ce5e826b689399f2eafda28950fe3a42729e2b6d14ac4aad0bebb9d38cc44e9f3f8d480526739823f623dc630610a4d
7
- data.tar.gz: 74cd5a8328f7f44060caca056448322fa0f094e11a77ead19868ed5775e41ec205c6cbc1c217b57dae93d7bd82ad20436a911d3da55de883eacd743f5fc215a6
6
+ metadata.gz: bf7a1b8d3c997af6f842f2602b2819e8ae19e73b126dc71cd2553270cc16c4803a0f36364f8e30e8988a2864e90b982b6781990e843173e184ea7fed7feb9632
7
+ data.tar.gz: 696d3d3fb3a819977b687b8da236405da567351bde9ec467b79b65f29c94d5d05fdc53faf000983ce02904bfdbb4c13a74f6ca720191a81b84ae6e9d5cd4d90d
@@ -943,6 +943,7 @@ ol.bux-breadcrumb__list {
943
943
  /* workaround for login link */
944
944
  .bux-link.btn.btn-link {
945
945
  border: none;
946
+ padding-left: 0;
946
947
  padding-right: 0;
947
948
  font-size: small;
948
949
  text-decoration: underline;
@@ -102,9 +102,9 @@
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
- <%= link_to('Log Out', BootstrapBux.configuration.signout_link, method: :delete, class: 'bux-link btn btn-link') %>
105
+ <%= button_to('Log Out', BootstrapBux.configuration.signout_link, method: :delete, class: 'bux-link btn btn-link') %>
106
106
  <% else %>
107
- <%= button_to('Log In', BootstrapBux.configuration.signin_link, method: :post, class: 'bux-link btn btn-link') %>
107
+ <%= button_to('Log In', BootstrapBux.configuration.signin_link, method: :post, class: 'bux-link btn btn-link', data: { turbo: false }) %>
108
108
  <% end %>
109
109
  </p>
110
110
  <% end %>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BootstrapBux
4
- VERSION = "0.2.5"
4
+ VERSION = "0.2.7"
5
5
  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.5
4
+ version: 0.2.7
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-12 00:00:00.000000000 Z
11
+ date: 2024-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails