[Mobile] IN PROGRESS:
open #74 Added name for "base" (unknown) type in core/bundle.json; Fixes to grid-item .details element: - ellipsize, - type now displayed properly; - number of items with correct plural syntax;
This commit is contained in:
@@ -39,11 +39,9 @@
|
||||
<div class='bottom-bar bar abs'>
|
||||
<div class='title'>{{model.name}}</div>
|
||||
<div class='details'>
|
||||
<span>{{type.getName()}}</span>
|
||||
<span ng-show="model.composition !== undefined">
|
||||
{{model.composition.length}} Items
|
||||
</span>
|
||||
<span ng-show="model.composition == undefined">
|
||||
{{model.name}}
|
||||
- {{model.composition.length}} Item<span ng-show="model.composition.length > 1">s</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user