+
{{offers[0].prices.default | currency:'EUR':'symbol':undefined:'de'}}
+
+ {{offers[0].inPlace.name}} 1">...
+
+
diff --git a/src/app/modules/data/list/data-list-item.component.ts b/src/app/modules/data/list/data-list-item.component.ts
index 61481071..9364335a 100644
--- a/src/app/modules/data/list/data-list-item.component.ts
+++ b/src/app/modules/data/list/data-list-item.component.ts
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2018 StApps
+ * Copyright (C) 2018, 2019 StApps
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3.
@@ -17,7 +17,8 @@ import {SCThings} from '@openstapps/core';
@Component({
selector: 'stapps-data-list-item',
- templateUrl: 'data-list-item.html'
+ styleUrls: ['data-list-item.scss'],
+ templateUrl: 'data-list-item.html',
})
export class DataListItem implements OnInit {
@Input() item: SCThings;
diff --git a/src/app/modules/data/list/data-list-item.html b/src/app/modules/data/list/data-list-item.html
index 095e1c09..81af259a 100644
--- a/src/app/modules/data/list/data-list-item.html
+++ b/src/app/modules/data/list/data-list-item.html
@@ -1,17 +1,32 @@