thecore_ui_layout_taris_website 1.1.5 → 1.1.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
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: b1f7dfe0fb920d179c44242568bc5a41127dc21a3777dbbaa23a0e8bb11a3e8d
|
|
4
|
+
data.tar.gz: f041d3277bff5c37384aa3fd119836d0cfe62d5c75cc0eaf21f5cf267571f45f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee32458b36a89fd5d3ea0325b53228c7f0df30bdf70e126d8e34a67554d05cb4e9289d07692bae40b9688a43eee4a6b7d38e6f658252e664ec29cc5e9667a9f2
|
|
7
|
+
data.tar.gz: 8bf510504083e3b0b2f4fd7cd3d6cd1a3fb4d4a777d45587c8193293862c4c6b9236d24e8971ed6fb5676db272597e1c73b79c9b456fae4d27d18b76f7fee5fc
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
<% flash.each do |type, message| %>
|
|
2
|
+
<%-unless [true, "true", :true].include? message%>
|
|
2
3
|
<div class="alert <%= bootstrap_class_for(type) %> fade in" role='alert'>
|
|
3
4
|
<button class="close" data-dismiss="alert">×</button>
|
|
4
5
|
<span class="glyphicon <%= bootstrap_glyphs_icon(type)%>" aria-hidden="true"></span>
|
|
5
6
|
<span class="sr-only"><%= type.capitalize%>:</span>
|
|
6
7
|
<%= message %>
|
|
7
8
|
</div>
|
|
9
|
+
<%-end%>
|
|
8
10
|
<% end %>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_ui_layout_taris_website
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-09-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thecore
|
|
@@ -128,8 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
129
|
version: '0'
|
|
130
130
|
requirements: []
|
|
131
|
-
|
|
132
|
-
rubygems_version: 2.6.14
|
|
131
|
+
rubygems_version: 3.0.1
|
|
133
132
|
signing_key:
|
|
134
133
|
specification_version: 4
|
|
135
134
|
summary: Assets and htmls for non rails_admin part of the App.
|