Skip to content

Commit

Permalink
Merge pull request #73 from instea/move-add-icon
Browse files Browse the repository at this point in the history
Move add button to the top
  • Loading branch information
sodik82 authored Feb 23, 2023
2 parents 8698aec + e55baad commit 8d9eb64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<h1>Annual / Sick leaves</h1>

<form [formGroup]="filterForm" class="filter">
<a class="btn btn-success" routerLink="/list/add" role="button">Add</a>
<ss-multiselect-dropdown [options]="requesterOptions" [settings]="defaultSelectSettings" [texts]="requesterTexts" formControlName="requesterModel"></ss-multiselect-dropdown>
<ss-multiselect-dropdown [options]="monthOptions" [settings]="defaultSelectSettings" [texts]="monthTexts" formControlName="monthModel"></ss-multiselect-dropdown>
<ss-multiselect-dropdown [options]="yearOptions" [settings]="defaultSelectSettings" [texts]="yearTexts" formControlName="yearModel"></ss-multiselect-dropdown>
Expand Down Expand Up @@ -48,5 +49,4 @@ <h1>Annual / Sick leaves</h1>

<app-leaves-calendar [leaves]="filteredLeaves$" *ngIf="(view | async) === 'calendar'"></app-leaves-calendar>

<a class="btn btn-success" routerLink="/list/add" role="button">Add</a>
</div>

0 comments on commit 8d9eb64

Please sign in to comment.