web47core 1.1.13 → 1.1.14
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/core_link_helper.rb +2 -2
- data/config/locales/en.yml +1 -0
- data/lib/web47core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d6e07af8ca83fa2b3ab039fa93aab203286b0a7dc2054094f82da66d63fd84f
|
|
4
|
+
data.tar.gz: eb870765e7938726450c01d2368e5b9805c659e32235ae472c26d271c492ea45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1cd1cebbb4495d3271f44b17a0a97a424c940386d846b899ffb7af880572fc46432e017ef48292e5c5bdaae6c43316d5c5e3d81703260fc91563ee1765db04f9
|
|
7
|
+
data.tar.gz: 4c2a733b5b4fa5fbd028c368a00b27ffc844f48e877e0bf989b29bcfb9956666a8fd6b196f0a84779f90345ba3ae99cb4160976a65e6e004acdbb0b81fa4e444
|
|
@@ -56,7 +56,7 @@ module CoreLinkHelper
|
|
|
56
56
|
#
|
|
57
57
|
def favorite_tag(favorite, options = {})
|
|
58
58
|
data = {}
|
|
59
|
-
link_classes = tooltip_data(options, data)
|
|
59
|
+
link_classes = tooltip_data(options, data, I18n.t('ui_form.actions.favorite'))
|
|
60
60
|
link_classes += %w[material-icons pointer favorite]
|
|
61
61
|
content_tag(:i,
|
|
62
62
|
class: link_classes.join(' '),
|
|
@@ -241,7 +241,7 @@ module CoreLinkHelper
|
|
|
241
241
|
|
|
242
242
|
data = { method: :delete }
|
|
243
243
|
confirmation_data(options, data, t('links.deletion_confirmation', name: obj.class.to_s.underscore.humanize))
|
|
244
|
-
link_classes = tooltip_data(options, data)
|
|
244
|
+
link_classes = tooltip_data(options, data, I18n.t('ui_form.actions.delete'))
|
|
245
245
|
content_tag(:a, href: path, class: link_classes, data: data) do
|
|
246
246
|
concat(materialize_icon(icon_name(options, 'delete'), options))
|
|
247
247
|
concat(options[:label]) if options[:label].present?
|
data/config/locales/en.yml
CHANGED
data/lib/web47core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: web47core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Schroeder
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|