slash_admin 1.2.1 → 1.2.2

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: ebe752f1d9c7b3db8257c911d1d8d22266be1ca3b82f6e8fe46e884e8d2ac5d3
4
- data.tar.gz: 73e5dc332ed479b79e9e8d1c0e2a84cd58c49dbe75ead00ab42803f2bc7754c7
3
+ metadata.gz: e66e9b9e6805d1fb3ec19320396a23fd20ef8b507454a5db7bdf050cecae62b8
4
+ data.tar.gz: dca2545beaa1f2eab78ba42d73bed449d20cc375a447e6220673f9402d87a74e
5
5
  SHA512:
6
- metadata.gz: 980ea6895531a10a5ec28af525c98adb5170f3c198e54e510ccaca4232bf0209acbac781c14295256a6d8ffebd7bb3767c1a44055204f3ed41b33ad176cb02ac
7
- data.tar.gz: 3698513797002065186e88cc1cbd57d67adabd2fb557f1746ebd18fbba5a62360a5b379d04354ef795f3490d8333d66e742e2b489ccee010d4ac139bfbb19e62
6
+ metadata.gz: c38c8045cf5f05aaddf69cecf1dd3e9b353301133ef0ff107ad420d314ebf70ed8e90e11d8fd0880264d44a9bd553f8279c4c6b372299ecd56eabebfd6b1fbe4
7
+ data.tar.gz: 1d653ff1d25dfcf05029ba458ba6f811e5d1ce7fca1198e2cd39df7e222bda029c83405e5c94cd7b24ee53324fbf4b34bd0b23ce5977494ef098ef3c7286f740
@@ -1095,14 +1095,6 @@ p[data-f-id="pbf"] {
1095
1095
  border-radius: 0;
1096
1096
  height: auto;
1097
1097
  }
1098
-
1099
- .input-group-prepend {
1100
- height: 30px;
1101
- border-radius: 0;
1102
- padding: 5px;
1103
- border: 1px solid $border;
1104
- border-left: 0;
1105
- }
1106
1098
  }
1107
1099
 
1108
1100
  th,
@@ -16,11 +16,15 @@
16
16
  <% when 'date', 'datetime' %>
17
17
  <div class="input-group">
18
18
  <input type="text" name="filters[<%= attr %>][from]" value="<%= params[:filters][attr]['from'] rescue nil %>" class="form-control form-control-sm bootstrap-datepicker" placeholder="Du"/>
19
- <span class="input-group-prepend"><i class="icon-calendar"></i></span>
19
+ <div class="input-group-append">
20
+ <span class="input-group-text"><i class="icon-calendar"></i></span>
21
+ </div>
20
22
  </div>
21
23
  <div class="input-group">
22
24
  <input type="text" name="filters[<%= attr %>][to]" value="<%= params[:filters][attr]['to'] rescue nil %>" class="form-control form-control-sm bootstrap-datepicker" placeholder="Au"/>
23
- <span class="input-group-prepend"><i class="icon-calendar"></i></span>
25
+ <div class="input-group-append">
26
+ <span class="input-group-text"><i class="icon-calendar"></i></span>
27
+ </div>
24
28
  </div>
25
29
  <% when 'boolean' %>
26
30
  <select name="filters[<%= attr %>]" class="form-control form-control-sm">
@@ -5,9 +5,5 @@ module SlashAdmin
5
5
  initializer "slash_admin.assets.precompile" do |app|
6
6
  app.config.assets.precompile += %w[slash_admin/*]
7
7
  end
8
-
9
- # config.to_prepare do
10
- # Rails.application.config.assets.precompile += %w[slash_admin/*]
11
- # end
12
8
  end
13
9
  end
@@ -1,3 +1,3 @@
1
1
  module SlashAdmin
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slash_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - KOVACS Nicolas