thecore_ui_commons 2.1.9 → 2.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/layouts/thecore.html.erb +2 -2
- data/lib/thecore_ui_commons/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9aa61d1176a2e838800b2c74d5cb2136bfb12bdf3e7337ba5659ce74331d5749
|
4
|
+
data.tar.gz: 79dbb51b4ca4427852663bc2efcf0c522db121def654e0295a43057025529046
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f738957e46c889e1379dcd5fe430bf5ad9ed3a273b312973572516af6dbb0e7200747186e2eab28e8e02c9080d2567a18d568e8631e49ea15d7e41194fc05afc
|
7
|
+
data.tar.gz: b8da7eaa671d92f4c740e95e24a1cdd1e955bc1c6831d376607a010c35215e1cdf16afeef0faa39a12a54f9b8d1b65910df28352836a657cb45b0e92cfc89658
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
<%# Getting all the assets needed by thecore from all the gems %>
|
14
14
|
<%= get_asset_tags_for("thecore")%>
|
15
|
-
<%= stylesheet_link_tag('application', media: 'all', 'data-turbolinks-track' => true) if
|
16
|
-
<%= javascript_include_tag('application', 'data-turbolinks-track' => true) if
|
15
|
+
<%= stylesheet_link_tag('application', media: 'all', 'data-turbolinks-track' => true) if (Rails.application.assets || ::Sprockets::Railtie.build_environment(Rails.application)).find_asset("application.css")%>
|
16
|
+
<%= javascript_include_tag('application', 'data-turbolinks-track' => true) if (Rails.application.assets || ::Sprockets::Railtie.build_environment(Rails.application)).find_asset("application.js") %>
|
17
17
|
|
18
18
|
<%= favicon_link_tag 'apple-touch-icon.png', rel: 'apple-touch-icon', sizes: "180x180" %>
|
19
19
|
<%= favicon_link_tag 'favicon-32x32.png', rel: 'icon', sizes: "32x32" %>
|