mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add ,
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
<div *ngFor="let day of month.days; let i = index " class="EventListBox-container" >
|
||||
|
||||
<div class="day" >
|
||||
<span *ngIf="i == 0 && isSelectedDayIsToday" > Hoje </span>
|
||||
<span *ngIf="i == 0 && isSelectedDayIsToday" > Hoje, </span>
|
||||
{{ day.daysInfo.dayName }} <div style="text-transform: capitalize; display: inline;">{{month.monthInfo.monthName}}</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
export let versionData = {
|
||||
"shortSHA": "2e04ef0b2",
|
||||
"SHA": "2e04ef0b20088e58bfa574391ba3086de71a14cd",
|
||||
"shortSHA": "ddc6ef026",
|
||||
"SHA": "ddc6ef0265c60a9d6e9fae92edca2cf9ee8c9397",
|
||||
"branch": "feature/chat-new-api-peter",
|
||||
"lastCommitAuthor": "'Peter Maquiran'",
|
||||
"lastCommitTime": "'Thu Oct 17 13:01:24 2024 +0100'",
|
||||
"lastCommitMessage": "remove console logs",
|
||||
"lastCommitNumber": "6098",
|
||||
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is ahead of 'origin/feature/chat-new-api-peter' by 2 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tdeleted: src/app/controller/process/dispactch.ts\n\tmodified: src/app/pages/agenda/agenda.page.ts\n\tdeleted: src/app/services/camera/camera.service.spec.ts\n\tdeleted: src/app/services/camera/camera.service.ts\n\tmodified: src/app/services/native-notification.service.ts",
|
||||
"lastCommitTime": "'Thu Oct 17 22:31:03 2024 +0100'",
|
||||
"lastCommitMessage": "remove all service validation",
|
||||
"lastCommitNumber": "6099",
|
||||
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is ahead of 'origin/feature/chat-new-api-peter' by 3 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/agenda/agenda.page.html\n\tmodified: version/git-version.ts",
|
||||
"changeAuthor": "peter.maquiran"
|
||||
}
|
||||
Reference in New Issue
Block a user