pg_rails 7.6.33 → 7.6.34

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: 9aefba7350b8ca20f45147c0cf20acde99898375c21dd6dd6ba95fa46f78619e
4
- data.tar.gz: 3750f511de7dcbc22037a0bd339425b7b8412d78ab864c2982f64fe7f8490909
3
+ metadata.gz: 8275648df93248ebda5f17d4b05ebbfb78bc465e1a79287229523135ddaf3954
4
+ data.tar.gz: cf6723fbdc3fb9c432e3be09eb1b8fcd1607a26fe3e9253283605c10660d0f30
5
5
  SHA512:
6
- metadata.gz: 8133fe0d0a6db76cb78eff4ccb4939601452756fa7d9fa343a36cae10fac8e5320b1966ba42c745d2a80b5ea9ace0dfa3503346afcb8694d6deaab6b7187b867
7
- data.tar.gz: affd6ddae386bcf1df51fde8920be7875bbd8bd26c16de49758e2dfa0eb41340d1ef24452a7ab8ceb38aa05a0ab9e672da16beb8659a8ffe68eb634fff9efd38
6
+ metadata.gz: 63b38d4ee27e7688bfb1138fc02bf578b62b692d4efbc80b0fdc129d0868f98fb6f9c4bde061110e0f1136fea26f8c890051bd0c876983dee5c3ada07309e43e
7
+ data.tar.gz: 405c40bce987d0963295515b8c5803dc4f146a71f518b7862bc6f2b00cac3657e7a9fcd78b24101683788ab82a039ba8f509115cdaad4fb8023ae1340519164e
@@ -8,13 +8,13 @@ h3 = t('pg_engine.base.index.bulk_edit.title', model: @clase_modelo)
8
8
  .col-auto
9
9
  p.text-center.fw-bold
10
10
  = t('pg_engine.base.index.bulk_edit.count', model: @clase_modelo, count: @collection.count)
11
- table.table style="min-width: 20em"
11
+ table.table style="min-width: 20em; max-width: 40em"
12
12
  - @collection.each do |model|
13
13
  tr
14
14
  td style="width: 1em"
15
15
  .form-check.xform-check-lg
16
16
  = check_box_tag 'ids[]', model.to_key, true, class: 'form-check-input'
17
- td
17
+ td.column-truncate-90 data-bs-title=model.to_s data-controller="tooltip"
18
18
  = link_to model, model.decorate.object_url, target: :_blank, rel: :noopener
19
19
  / = hidden_field_tag 'ids[]', model.to_key
20
20
  .col.border-start
@@ -2,6 +2,6 @@
2
2
 
3
3
  # :nocov:
4
4
  module PgRails
5
- VERSION = '7.6.33'
5
+ VERSION = '7.6.34'
6
6
  end
7
7
  # :nocov:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.6.33
4
+ version: 7.6.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martín Rosso