thecore_ui_layout_taris_website 1.1.2 → 1.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/app/assets/javascripts/thecore.js +1 -1
- data/app/assets/stylesheets/devise.scss +0 -1
- data/app/assets/stylesheets/thecore.scss +0 -1
- data/app/views/shared/_flash.html.erb +2 -0
- data/lib/thecore_ui_layout_taris_website/engine.rb +1 -0
- data/lib/thecore_ui_layout_taris_website/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d21ee52f317e70336b83588b7053e931fe7e7379c197a702bcf63abb54dd0eb6
|
4
|
+
data.tar.gz: 984def9a4ce352379223acc6aee4dffc0345bc7a018f624d36a85655f4476bf2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b97600150162523a3e9c9cf09eac11babd259f3a1bc4f2077c4241bddffbcd9999ccb96c4cd42212ca90922d99ba5508d8858a610a5f21b58b4d49135c56624
|
7
|
+
data.tar.gz: '072249b43abb5d51f73abfd51d2517766a4ed415568ba7b6ab6dbabb72e5f2c17e1200c755ac9019c66d41094d7fb7206d25113f1b2456422d47c84be834dee6'
|
@@ -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 %>
|
@@ -4,6 +4,7 @@ module ThecoreUiLayoutTarisWebsite
|
|
4
4
|
# engine available to main app, even if this gem is
|
5
5
|
# just a dependency of another engine
|
6
6
|
initializer 'thecore_ui_layout_taris_website.load_static_assets' do |app|
|
7
|
+
# puts "Loading static assets for #{root}"
|
7
8
|
app.middleware.use ::ActionDispatch::Static, "#{root}/app"
|
8
9
|
end
|
9
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.9
|
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: 2020-01-10 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.6
|
133
132
|
signing_key:
|
134
133
|
specification_version: 4
|
135
134
|
summary: Assets and htmls for non rails_admin part of the App.
|