pugin 1.6.9 → 1.6.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/pugin/layouts/_layout.html.haml +2 -2
- data/lib/pugin/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 598f13c1c484ebd41c4063e2eca63815d9354db0
|
4
|
+
data.tar.gz: 635c83954dd9a9757a3d357e042aaeaee79b9fbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dc29556f5b6a8a0f1419b4bb71dbe93bafb9e75c6ff443d27a96b6b13a3a3946606fa2029d9f547521a34bfbbfbfda2c9cb7d62b1be8d7b2de27ce7c33dcdc8
|
7
|
+
data.tar.gz: 880812ef674ffaeaf5c5dc8fcbb76291d8fc14b9cf324eef1d5d4b44d970c98fa133a8e4c17a70f37e146015c670db8c7dd020f627f139ef9d007540a17b0ebc
|
@@ -4,7 +4,7 @@
|
|
4
4
|
%title= content_for(:title).nil? ? I18n.t('pugin.layouts.pugin.website_brand') : content_for(:title) + ' - ' + I18n.t('pugin.layouts.pugin.website_brand')
|
5
5
|
%link{rel: 'stylesheet', href: "#{Pugin::ASSET_LOCATION_URL}/#{Pugin::ASSET_VERSION}/stylesheets/main.css" }
|
6
6
|
- if Pugin::Feature::AssetOverrides.enabled?
|
7
|
-
%link{rel: 'stylesheet', href: "https://s3-eu-west-1.amazonaws.com/web1live.static-assets/
|
7
|
+
%link{rel: 'stylesheet', href: "https://s3-eu-west-1.amazonaws.com/web1live.static-assets-public/_hybrid-bills/stylesheets/main.css" }
|
8
8
|
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1.0'}
|
9
9
|
%meta{'http-equiv': 'X-UA-Compatible', content: 'IE=edge'}
|
10
10
|
%link{rel: 'shortcut icon', type: 'image/x-icon', href: "#{Pugin::STATIC_ASSET_LOCATION_URL}/favicon.ico"}
|
@@ -31,5 +31,5 @@
|
|
31
31
|
= render 'pugin/components/footer'
|
32
32
|
%script{src: "#{Pugin::ASSET_LOCATION_URL}/#{Pugin::ASSET_VERSION}/javascripts/main.js"}
|
33
33
|
- if Pugin::Feature::AssetOverrides.enabled?
|
34
|
-
%script{src: "https://s3-eu-west-1.amazonaws.com/web1live.static-assets/
|
34
|
+
%script{src: "https://s3-eu-west-1.amazonaws.com/web1live.static-assets-public/_hybrid-bills/javascripts/main.js"}
|
35
35
|
= render partial: 'pugin/javascript/pingdom' if Pugin::Feature::Pingdom.enabled?
|
data/lib/pugin/version.rb
CHANGED