Routes fixed to use HTTPS
This commit is contained in:
parent
cde2458404
commit
3174f37e3e
|
@ -11,10 +11,10 @@
|
||||||
<vn-vertical>
|
<vn-vertical>
|
||||||
<vn-auto style="position: relative" text-center>
|
<vn-auto style="position: relative" text-center>
|
||||||
<img
|
<img
|
||||||
ng-src="http://verdnatura.es/vn-image-data/catalog/200x200/{{$ctrl.item.image}}"
|
ng-src="//verdnatura.es/vn-image-data/catalog/200x200/{{$ctrl.item.image}}"
|
||||||
zoom-image="http://verdnatura.es/vn-image-data/catalog/900x900/{{$ctrl.item.image}}"
|
zoom-image="//verdnatura.es/vn-image-data/catalog/900x900/{{$ctrl.item.image}}"
|
||||||
on-error-src/>
|
on-error-src/>
|
||||||
<a href="https://www.verdnatura.es/#!form=admin/items&filter={{$ctrl.item.id}}" target="_blank">
|
<a href="//verdnatura.es/#!form=admin/items&filter={{$ctrl.item.id}}" target="_blank">
|
||||||
<vn-float-button
|
<vn-float-button
|
||||||
icon="edit"
|
icon="edit"
|
||||||
style="position: absolute; margin: 1em; bottom: 0; right: 0;"
|
style="position: absolute; margin: 1em; bottom: 0; right: 0;"
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
<vn-horizontal ng-click="$ctrl.onClick($event)">
|
<vn-horizontal ng-click="$ctrl.onClick($event)">
|
||||||
<vn-auto class="image" margin-medium-right>
|
<vn-auto class="image" margin-medium-right>
|
||||||
<img
|
<img
|
||||||
ng-src="http://verdnatura.es/vn-image-data/catalog/200x200/{{$ctrl.item.image}}"
|
ng-src="//verdnatura.es/vn-image-data/catalog/200x200/{{$ctrl.item.image}}"
|
||||||
zoom-image="http://verdnatura.es/vn-image-data/catalog/900x900/{{::$ctrl.item.image}}"
|
zoom-image="//verdnatura.es/vn-image-data/catalog/900x900/{{::$ctrl.item.image}}"
|
||||||
on-error-src/>
|
on-error-src/>
|
||||||
</vn-auto>
|
</vn-auto>
|
||||||
<vn-one>
|
<vn-one>
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
<vn-vertical>
|
<vn-vertical>
|
||||||
<vn-one>
|
<vn-one>
|
||||||
<img
|
<img
|
||||||
ng-src="http://verdnatura.es/vn-image-data/catalog/200x200/{{$ctrl.item.image}}"
|
ng-src="//verdnatura.es/vn-image-data/catalog/200x200/{{$ctrl.item.image}}"
|
||||||
zoom-image="http://verdnatura.es/vn-image-data/catalog/900x900/{{$ctrl.item.image}}" on-error-src/>
|
zoom-image="//verdnatura.es/vn-image-data/catalog/900x900/{{$ctrl.item.image}}" on-error-src/>
|
||||||
</vn-one>
|
</vn-one>
|
||||||
<vn-one>
|
<vn-one>
|
||||||
<h5 text-center pad-small-v class="title">{{$ctrl.item.id}}</h5>
|
<h5 text-center pad-small-v class="title">{{$ctrl.item.id}}</h5>
|
||||||
|
|
Loading…
Reference in New Issue