mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
bug solved publications
This commit is contained in:
@@ -258,9 +258,9 @@
|
||||
</div>
|
||||
<div class="schedule-details">
|
||||
<div class="description">
|
||||
<p class="m-0" [innerHTML]="event.event.Subject">{{event.event.Subject}}</p>
|
||||
<p class="m-0" [innerHTML]="event.event.Subject"></p>
|
||||
</div>
|
||||
<div class="location" [innerHTML]="event.event.Location">{{event.event.Location}}</div>
|
||||
<div class="location" [innerHTML]="event.event.Location"></div>
|
||||
<div class="font-13 calendar-owner"*ngIf="eventService.getCalendarOwnNameByCalendarId(event.event.CalendarId) == 'Meu calendario'">{{SessionStore.user.FullName}} </div>
|
||||
<ng-template #other_content>{{eventService.getCalendarOwnNameByCalendarId(event.event.CalendarId)}}</ng-template>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user