web47core 3.2.61 → 3.2.63

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: d511fc296a283d6eb8b57354a60b9dbf6ef20ceb289f32e21c4f30b69e50d863
4
- data.tar.gz: 8feae554ac2d17955fecbe764d31f1e01d5f3ac1425264e33bcf7f8474e46d9f
3
+ metadata.gz: 98fbae65fab53eb746cf11854f78e8e6215e8d2908f033f84771da292754df17
4
+ data.tar.gz: 1c6d1f8fdadf514016e2373f9a655f4e295839b387f4035ef5b0f483ccb1a297
5
5
  SHA512:
6
- metadata.gz: d69a96b9280512aca61dcad945b8a5b200cdeb44a49bd61acad23b0f0f54807f8380a4db24daa652b77350584fde027a0bce782ebd456fac2f1c1c0ab479a6c7
7
- data.tar.gz: 2b883da89af3ccfd3209e0051d5f117d00c0a26bcfb760de83cfc1aca7112b0ef5fb55da4542e2c4cb6df3b7a39cd9a4ac091fdfc2dae2472bc7984b92884332
6
+ metadata.gz: 9a167fdccdf19badeac40249d06a8de9c2a0516ac27cb121f6934dc627eed24173c925adda69b19cde79d53fd9bb73c747227c720cf920e675c2971abc4203f6
7
+ data.tar.gz: bcbc2d251a6f8d569a3d9852b163e0dac10c36759ab085e80938eefcc0a1a327e46119372799de609b1d233a26ccc88089f32784c2baab751885384fe00a7f68
@@ -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
@@ -63,12 +63,12 @@ en:
63
63
  recycle: recycle
64
64
  restore: restore
65
65
  archive: archive
66
- cancel: cancel
67
66
  save: device-floppy
68
67
  update: device-floppy
69
68
  create: device-floppy
70
69
  profile: user-circle
71
70
  close: square-rounded-x-outline
71
+ cancel: square-rounded-x-outline
72
72
  system_configurations:
73
73
  show:
74
74
  title: "%{name} System Configuration"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Web47core
4
- VERSION = '3.2.61'
4
+ VERSION = '3.2.63'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web47core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.61
4
+ version: 3.2.63
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Schroeder