Revize d2f2529e
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/vacation-info/vacation-info.component.html | ||
---|---|---|
1 |
<div class="days-off-info-container">
|
|
1 |
<div class="vacation-info-container">
|
|
2 | 2 |
|
3 |
<div class="component-header" translate>
|
|
4 |
<span translate>daysOffInfo.remaining</span>
|
|
3 |
<div class="component-header"> |
|
4 |
<span translate>{{ 'vacationInfo.header' | translate }}</span>
|
|
5 | 5 |
</div> |
6 | 6 |
|
7 |
<div class="days-off-type-container"> |
|
8 |
<span class="days-off-remaining">{{extraVacationRemaining}}</span> |
|
9 |
<span class="days-off-type" translate>vacationType.vacation</span> |
|
7 |
<div class="vacation-type-container"> |
|
8 |
<span class="vacation-remaining">{{extraVacationRemaining}}</span> |
|
9 |
<span class="units">{{ 'vacationInfo.hours' | translate }}</span> |
|
10 |
<span class="vacation-type" translate>vacationType.vacation</span> |
|
10 | 11 |
</div> |
11 | 12 |
|
12 |
<div class="days-off-type-container"> |
|
13 |
<span class="days-off-remaining">{{sickDaysRemaining}}</span> |
|
14 |
<span class="days-off-type" translate>vacationType.sickday</span> |
|
13 |
<div class="vacation-type-container"> |
|
14 |
<span class="vacation-remaining">{{sickDaysRemaining}}</span> |
|
15 |
<span class="units">{{ 'vacationInfo.days' | translate }}</span> |
|
16 |
<span class="vacation-type" translate>vacationType.sickday</span> |
|
15 | 17 |
</div> |
16 | 18 |
|
17 | 19 |
</div> |
Také k dispozici: Unified diff
Added units to vacation info component