mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Update calendar
This commit is contained in:
@@ -55,10 +55,9 @@
|
||||
|
||||
</div>
|
||||
<div class="content">
|
||||
<!-- (click)="viewEventDetail(event.EventId)" -->
|
||||
<ul>
|
||||
<li *ngFor="let event of eventsList"
|
||||
[routerLink]="['/home/events', event.EventId, 'events']"
|
||||
(click)="viewEventDetail(event.EventId)"
|
||||
>
|
||||
<div class="d-flex content-{{profile}}-{{event.CalendarName}}">
|
||||
<div class="schedule-time">
|
||||
|
||||
Reference in New Issue
Block a user