zutils 3.0.3 → 3.0.4

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: d29ba1edd74e7b4f566ca7c5ba836fdfa9379935f40f840c1dd0aed39acc52ca
4
- data.tar.gz: c96adbedbc6a8cbe1507b0b48e8d2c8aa6b63e66b388b7259b72c02f62ffedbe
3
+ metadata.gz: 3587d7ce4ac07977af1c1e2a0b066900bec7e83409505cf8edd349ae126e3380
4
+ data.tar.gz: 0b75513dc2cba15bad52a99f23b06bc53142692ef98f352e7d2296e6f910b28c
5
5
  SHA512:
6
- metadata.gz: fa7f753fb7b3d683c418e8e7ba4df0ada9d84e45be12ac63958645c38c86a584ff46f96b367355c97b0f2b0616252e3241e0b27883f1a67bb6eb1170035c00a7
7
- data.tar.gz: 7ee69113e41d4c5b0ad80b2963e792fa05352a6366c4d563932bb0ffaad763aa2ff4cfc7c5409ef9d195941417a9d5b6ac34ee6d157eb29f9c18665f1ec1fb43
6
+ metadata.gz: 2cd06748a01fecec3ca7ecba0e4db92833d9100ac92c8c457c9a68c41c9169193b67ef3e61cca53cc7832d4f5df72edb70c17ec8cdf9b6b6beb2e5747b6accd4
7
+ data.tar.gz: 43987f00c7b5e97ae3bcb94266895a0ee98a230d552a4009214be12d99fa229db7f21fbd7a56bc0ab7be79b0f5956432c8fcf36b0a558f4911fa5b998143db7a
@@ -19,7 +19,7 @@
19
19
  <div class="card-header with-border">
20
20
  <h3 class="card-title">
21
21
  <strong>
22
- <i class="fa fa-<%= list.klass.icon %>"></i>
22
+ <i class="<%= list.klass.icon %>"></i>
23
23
  Listagem de
24
24
  <%= list.klass.model_name.human.pluralize %>
25
25
  </strong>
@@ -21,7 +21,7 @@
21
21
  <div class="card-header with-border">
22
22
  <h3 class="card-title">
23
23
  <strong>
24
- <i class="fa fa-<%= list.klass.icon %>"></i>
24
+ <i class="<%= list.klass.icon %>"></i>
25
25
  Listagem de
26
26
  <%= list.klass.model_name.human.pluralize %>
27
27
  </strong>
@@ -4,7 +4,7 @@
4
4
  <% main_field = default_field.deep_merge(received_field) %>
5
5
  <%= search_form_for @q, url: url do |f| %>
6
6
  <div class="card card-outline card-<%= card_color %>" data-controller='filtering'>
7
- <div class="card-header with-bormainder">
7
+ <div class="card-header with-border">
8
8
  <div class="input-group">
9
9
  <div class="input-group-prepend">
10
10
  <button type="button" class="btn btn-<%= card_color %>" data-action="click->filtering#toggle">
@@ -1,3 +1,3 @@
1
1
  module Zutils
2
- VERSION = "3.0.3"
2
+ VERSION = "3.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-05 00:00:00.000000000 Z
11
+ date: 2024-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails