web47core 1.1.4 → 1.1.5

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: 47b8925dffc596fd383ed69ede32318ec8f6a4ede85e2f64c3c9edcbc8b6e2a3
4
- data.tar.gz: cd955d06104cdcf6070b912e0e5832ef086ca077470fdf80804ec725df8a8d81
3
+ metadata.gz: 0cacef77b6cfe9ccadd7c04fbd97d8c830322e05a753cb4225de9f05f0c5a53a
4
+ data.tar.gz: 0ec5bf3664485135a0bd34e854a6a3a66333722bf37292c74d03f81965c9651f
5
5
  SHA512:
6
- metadata.gz: 0ee1fab705f3fb0e87058e8f1d56f49d121d5c136be4b4f74704afd37c4ce77d6355fbf93a04ebabdd9c19994fd00dcb364cb1267f96bebc60fb2b79d9b00885
7
- data.tar.gz: 65f4b435fd40e470da4a2697835ef76ca885b20a53ea0cdc64ee025e2d053894e18d61456985036b48e5e7832f863493769ee583f50cf43549da0a38dfc2aa34
6
+ metadata.gz: 94806f5ff7e5542644cdbb18d929bcbfd926f86cd9b065d865dcd4bb43677bfa2fa1f3eba4cf084fa90cb294e8bc16e77665de9c0a155bed279aa745015cec69
7
+ data.tar.gz: ba23516b258c865c43412916136c3a04db72a47f0f3169c570d110383dd4ee2cceddc0324bb027a8c1b9e8bcd6991e3a0990c267d4fa1e4831d52210d095fb2a
@@ -217,7 +217,7 @@ module CoreLinkHelper
217
217
  return unless can? :destroy, obj
218
218
 
219
219
  data = { method: :delete }
220
- confirmation_data(data, options, t('links.deletion_confirmation', name: obj.class.to_s.underscore.humanize))
220
+ confirmation_data(options, data, t('links.deletion_confirmation', name: obj.class.to_s.underscore.humanize))
221
221
  link_classes = tooltip_data(options, data)
222
222
  content_tag(:a, href: path, class: link_classes, data: data) do
223
223
  concat(materialize_icon(icon_name(options, 'delete'), options))
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Web47core
4
- VERSION = '1.1.4'
4
+ VERSION = '1.1.5'
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.4
4
+ version: 1.1.5
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-02-12 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport