web47core 3.2.61 → 3.2.62
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 +4 -4
- data/app/helpers/model_modal_helper.rb +1 -1
- data/lib/web47core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e6eb71d75a8975c3a695be8209d9be1b9a0db53f3e906638ea7d77df7ca453f
|
4
|
+
data.tar.gz: 1f7155d413c53f2ba0caa7eb351bf901625f953d4c7887c49b49ff7c5255dcf5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1acee55479636ccd5539f57a4d7b559ea8654af2acd2249617deba85eb852a5c21c1e95bc2108b2406f560714b72f98e339cc4703f07fed958916ae5f23c12f7
|
7
|
+
data.tar.gz: 1f13c0cd581a8e8fd5c09663d6b685eabb34f6895554cb06022f68fcd943d749a3640dbaa4442c5fb6f6f66d908ab6b0d5078456d9aa82013fc577ab962a40c2
|
@@ -238,7 +238,7 @@ module ModelModalHelper
|
|
238
238
|
def edit_modal_tag(obj, path, _options = {})
|
239
239
|
return unless can? :edit, obj
|
240
240
|
|
241
|
-
content_tag(:a, href: path, class: 'modal-action') do
|
241
|
+
content_tag(:a, href: path, class: 'btn btn-primary modal-action') do
|
242
242
|
concat(I18n.t('ui_form.actions.edit'))
|
243
243
|
concat(svg_icon(:edit, classes: %w[ms-2]))
|
244
244
|
end
|
data/lib/web47core/version.rb
CHANGED