lotus_admin 1.5.6 → 1.5.7

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: 9722e072421aa225525f1705c81d9c2fe9e99d62855019955eb1426b3f59f502
4
- data.tar.gz: 73d6a3ab005224e36ab8c3ee9ec043cd891fa22a12930dbd75b46743420988b4
3
+ metadata.gz: 405663dd13d84a5fd217a3fc71842b5c63d22bc856cb65c15cb13e327ce179d3
4
+ data.tar.gz: c7814206b4315499b7fda282ac5f5f16907d9aef34da98ce0f99688df1125a32
5
5
  SHA512:
6
- metadata.gz: 1d71e3209dcc0d0598fda166312c87d71ec7bab0bfbdbca990b7425ef208f691efced1b4e886eac145c400050eff4dad52a7ec2d6b0ad147847cf3267dadd224
7
- data.tar.gz: 5f42cbcc462a5c95691cf85b4b713b9291be648f544ee425a9774739075e575ddcec5b38bc98ea8d46ff59a8ba21e21ed0f6f427f5a53dca433dbd1e78a74d67
6
+ metadata.gz: 5c63ad4deab968e1c514c7d918ffc7a8fa6e712af61f91a40c8cd7a0e5724fd1f302c21ea3cfb9cb56bd683ba4364d189870e653acc288001cf2d2bf71090f8b
7
+ data.tar.gz: 6b7746e4d804def2a2b49fcf1254a3ec53bd4e4740fcac24bd7ea7907d54c21a801da5b6f273da96915aec227bbf834aa70924a166a4114558a7f83fc0a9e1da
@@ -1,5 +1,5 @@
1
1
  #filter-modal.modal.fade
2
- .modal-dialog
2
+ .modal-dialog.modal-lg
3
3
  .modal-content
4
4
  = search_form_for ransack_object, url: collection_path, class: 'filter-form' do |f|
5
5
  .modal-header
@@ -9,8 +9,10 @@
9
9
  %h4.modal-title= t('lotus_admin.filters.modal.title')
10
10
 
11
11
  .modal-body
12
- - filters.each do |filter|
13
- = filter.render(f)
12
+ - filters.in_groups_of(2, false).each do |group|
13
+ .row
14
+ - group.each do |filter|
15
+ .col-sm-6= filter.render(f)
14
16
 
15
17
  .modal-footer
16
18
  = link_to t('lotus_admin.filters.modal.reset_btn'), collection_path, class: 'btn btn-link pull-left'
@@ -1,3 +1,3 @@
1
1
  module LotusAdmin
2
- VERSION = '1.5.6'
2
+ VERSION = '1.5.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lotus_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.6
4
+ version: 1.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Millsaps-Brewer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-26 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails