kadmin 0.6.18 → 0.6.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/helpers/kadmin/alert_helper.rb +1 -1
- data/lib/kadmin/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa35b62934941a72c116c6e988af5eb708fa82db
|
4
|
+
data.tar.gz: 49d900bc1df849af9f03f41c06c75851c078430f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d56bca021b9ebf5f7f2ea0014cc6c8b9dedad91e0db2e523e77d010d0e5f65aca697408513862abec25f0c7c3a125587430024c3e8ecaea1924cefaf40d634c
|
7
|
+
data.tar.gz: 6020f7064197a8e1dccf9d35c86f62d87fa47095012267f79326e5bdd1049c2e5e2902d9273394a01c0213762ee910129277d1561d30134a5c5c07903720d595
|
@@ -52,7 +52,7 @@ module Kadmin
|
|
52
52
|
messages = type.flash_keys.map { |key| Array.wrap(flash[key]).compact }.flatten
|
53
53
|
return '' if messages.blank?
|
54
54
|
|
55
|
-
wrapped = messages.map { |message| content_tag(:p, glyphicon(type.glyphicon) + " #{message}") }.join('')
|
55
|
+
wrapped = messages.map { |message| content_tag(:p, glyphicon(type.glyphicon) + " #{message}".html_safe) }.join('')
|
56
56
|
return alert(type.css_class, content: wrapped)
|
57
57
|
end
|
58
58
|
end
|
data/lib/kadmin/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kadmin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolas Pepin-Perreault
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-
|
13
|
+
date: 2017-07-10 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
172
172
|
version: '0'
|
173
173
|
requirements: []
|
174
174
|
rubyforge_project:
|
175
|
-
rubygems_version: 2.
|
175
|
+
rubygems_version: 2.5.2
|
176
176
|
signing_key:
|
177
177
|
specification_version: 4
|
178
178
|
summary: Collection of utility, configuration, etc., for admin areas
|