Skip to content
Snippets Groups Projects
Commit 37fae648 authored by Bojan Živanović's avatar Bojan Živanović
Browse files

Fix administrative view titles, add non breaking space to the cart block quantity.

parent 21b845a8
No related branches found
Tags 7.x-1.11
No related merge requests found
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
- commerce_order - commerce_order
- commerce_price - commerce_price
id: commerce_cart_block id: commerce_cart_block
label: 'Shopping cart block' label: 'Cart block'
module: views module: views
description: '' description: ''
tag: commerce_cart_block tag: commerce_cart_block
...@@ -92,7 +92,7 @@ display: ...@@ -92,7 +92,7 @@ display:
exclude: false exclude: false
alter: alter:
alter_text: true alter_text: true
text: '{{ quantity }} x' text: '{{ quantity }} x'
make_link: false make_link: false
path: '' path: ''
absolute: false absolute: false
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
- commerce_order - commerce_order
- commerce_price - commerce_price
id: commerce_cart_form id: commerce_cart_form
label: 'Shopping cart form' label: 'Cart form'
module: views module: views
description: '' description: ''
tag: commerce_cart_form tag: commerce_cart_form
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment