web47core 1.1.13 → 1.1.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 248e195b35547678ee68be07548d343e892c20bbc8217e5f6c66b787a68fe37e
4
- data.tar.gz: 62d2b0ccebc643a0b4686d774921721d6d470e7c495017c3826aed3f63cc6e5f
3
+ metadata.gz: 2d6e07af8ca83fa2b3ab039fa93aab203286b0a7dc2054094f82da66d63fd84f
4
+ data.tar.gz: eb870765e7938726450c01d2368e5b9805c659e32235ae472c26d271c492ea45
5
5
  SHA512:
6
- metadata.gz: 27b57435871ad1ac1500dfb25becf4ab505d0c742fe606814a456722920b38d468b99f31bf4a1dd36a0f5ab31c60f93ce2c37797ea642784da63a945e477cdbc
7
- data.tar.gz: 74ca4b8bcf76c86ddbc9193d1aae1dfccf83081b62642cb3ac90d6602874160d5fb29d07d8052e781024896bf4641fd3157687c70ffa3db7c31661e4c870b30f
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?
@@ -32,6 +32,7 @@ en:
32
32
  delete: Delete
33
33
  info: View
34
34
  replay: Restart
35
+ favorite: Favorite
35
36
  system_configuration:
36
37
  placeholders:
37
38
  switchboard_base_url: https://switchboard.app47.com
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Web47core
4
- VERSION = '1.1.13'
4
+ VERSION = '1.1.14'
5
5
  end
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.13
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-03-24 00:00:00.000000000 Z
11
+ date: 2021-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport