Skip to content

Commit

Permalink
Move button to end of form
Browse files Browse the repository at this point in the history
  • Loading branch information
caebr authored and hupf committed May 18, 2020
1 parent bd8b211 commit e1b233b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@
<label>{{ 'edit-absences.header.date-to' | translate }}</label>
<erz-date-select [(value)]="filter.dateTo"></erz-date-select>
</div>

<div class="buttons">
<button type="button" class="btn btn-primary" (click)="show()">
{{ 'edit-absences.header.show' | translate }}
</button>
</div>
</div>

<div class="filters mt-2">
Expand All @@ -56,4 +50,10 @@
[(value)]="filter.confirmationState"
></erz-select>
</div>

<div class="buttons">
<button type="button" class="btn btn-primary" (click)="show()">
{{ 'edit-absences.header.show' | translate }}
</button>
</div>
</div>

0 comments on commit e1b233b

Please sign in to comment.