Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f4c8e61e

Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)

Corrected number of remaining sickdays in user's profile

Zobrazit rozdíly:

webapp/src/app/vacation-info/vacation-info.component.html
6 6

  
7 7
  <div class="vacation-type-container">
8 8
    <span class="vacation-remaining">{{extraVacationRemaining}}</span>
9
    <span class="units">{{ 'vacationInfo.hours' | translate }}</span>
9
    <span class="units"> {{ 'vacationInfo.hours' | translate }}</span>
10 10
    <span class="vacation-type" translate>vacationType.vacation</span>
11 11
  </div>
12 12

  
13 13
  <div class="vacation-type-container">
14 14
    <span class="vacation-remaining">{{sickDaysRemaining}}</span>
15
    <span class="units">{{ 'vacationInfo.days' | translate }}</span>
15
    <span class="units"> {{ 'vacationInfo.days' | translate }}</span>
16 16
    <span class="vacation-type" translate>vacationType.sickday</span>
17 17
  </div>
18 18

  

Také k dispozici: Unified diff