five-two-nw-olivander 0.2.0.20 → 0.2.0.21

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: 122f582224190790257fcd5b051c4acb3b6a45bf5a8d51d325c397e05970619b
4
- data.tar.gz: 6dc639518be1e94004507c9d66e68002e73a4630ccb0a8dd596298fe4aa84e4d
3
+ metadata.gz: f5b423d8efdeee9035fa27568e3895a4a5cbdc4ee7dd4e0856945186a806d924
4
+ data.tar.gz: 58ef396af93636d1316f2324f4ad7e093ed1a0fe59354d1020a2fc923e4558ba
5
5
  SHA512:
6
- metadata.gz: bbae2d1a4388ef7f164ca9badbe9dce201341473f63e086dbd4f37753411d80de1e38301e45c20d2ea416197ceeea60511c2f55b075395719cb1cce849b17947
7
- data.tar.gz: 7fdba255e7a265393188b0c74e5f86179b1bad021af95f11524a5094672401a762f8d294e652862bef1a34c38c6ae0a4145d88e1723d07c9fc36666b539f4e20
6
+ metadata.gz: efeda8f2beef2e9f671cfc94e6fc3b1536c49bff56b48bcb2e31099b704e6d0dfff888cda9764bbb6d48f63bfcdc6b5cebf53d6e48794a82ef52d908ea6ce14c
7
+ data.tar.gz: 9ee8c40ee8d2ac987da36d0996b306176f6aeab4533d019c212926631943714c2017868859d7fedd505b695bad25568a72da1866167c51d3a685e6ab5cef6302
@@ -42,3 +42,8 @@ table.dataTable > thead tr th:not(.col-bulk_actions) {
42
42
  vertical-align: top;
43
43
  }
44
44
  turbo-flash { display: none }
45
+ ul.no-bullets {
46
+ list-style-type: none; /* Remove bullets */
47
+ padding: 0; /* Remove padding */
48
+ margin: 0; /* Remove margins */
49
+ }
@@ -13,3 +13,5 @@
13
13
  *= require_tree .
14
14
  *= require_self
15
15
  */
16
+
17
+ body { background-color: red }
@@ -26,10 +26,11 @@
26
26
  - when :association, :belongs_to_association, :has_many_association, :has_many_through_association, :has_and_belongs_to_many_reflection, :has_one_through_association
27
27
  - if val.present?
28
28
  - if val.is_a?(ActiveRecord::Associations::CollectionProxy)
29
- %ul
29
+ %ul.no-bullets
30
30
  - val.each do |val1|
31
31
  - begin
32
- %li= link_to val1
32
+ - link = link_to(val1)
33
+ %li= link
33
34
  - rescue
34
35
  %li= val1
35
36
  - else
@@ -1,3 +1,3 @@
1
1
  module Olivander
2
- VERSION = '0.2.0.20'.freeze
2
+ VERSION = '0.2.0.21'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: five-two-nw-olivander
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.20
4
+ version: 0.2.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Dennis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-13 00:00:00.000000000 Z
11
+ date: 2024-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chartkick