Skip to content

Commit e4b37d1

Browse files
author
Gergana Kremenska
committed
fixed samples
1 parent 9d00c20 commit e4b37d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/fiori/test/pages/Timeline.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h1 class="header-title">ui5-timeline</h1>
7575
<h2>Timeline within Card</h2>
7676
<div class="sample">
7777
<ui5-card>
78-
<ui5-card-header title-text="Upcoming Activities" header-interactive subtitle-text="For Today" status="2 of 2">
78+
<ui5-card-header title-text="Upcoming Activities" subtitle-text="For Today">
7979
</ui5-card-header>
8080
<ui5-timeline>
8181
<ui5-timeline-item id="test-item" title-text="called" subtitle-text="20.02.2017 11:30" icon="phone" name="Stanislava Baltova" name-clickable></ui5-timeline-item>

packages/main/src/Card.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
role="region"
55
aria-label="{{ariaLabelText}}"
66
aria-labelledby="{{ariaLabelledByCard}}">
7-
<!-- header -->
8-
<slot name="header"></slot>
7+
<!-- header -->
8+
<slot name="header"></slot>
99
<div role="group" aria-label="{{ariaCardContentLabel}}">
1010
<slot></slot>
1111
</div>

0 commit comments

Comments
 (0)