mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
remove several hours by default step 3
This commit is contained in:
parent
7e96b88890
commit
c393bee2b4
@ -1,14 +1,4 @@
|
||||
<div class="day-list-container">
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<!-- ajouter une date-->
|
||||
<button class="button is-primary" (click)="addChoice()">
|
||||
<i class="fa fa-plus"></i>
|
||||
{{ 'dates.add' | translate }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="columns days-list"
|
||||
cdkDropList
|
||||
@ -65,6 +55,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<!-- ajouter une date-->
|
||||
<button class="button is-primary" (click)="addChoice()">
|
||||
<i class="fa fa-plus"></i>
|
||||
{{ 'dates.add' | translate }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -29,10 +29,8 @@
|
||||
</div>
|
||||
|
||||
<div class="text-date-list" *ngIf="!pollService.mode_calendar">
|
||||
<app-day-list
|
||||
[form]="pollService.form"
|
||||
[hasSeveralHours]="pollService.form.value.hasSeveralHours"
|
||||
></app-day-list>
|
||||
<app-day-list [form]="pollService.form"></app-day-list>
|
||||
<!-- [hasSeveralHours]="pollService.form.value.hasSeveralHours"-->
|
||||
</div>
|
||||
</div>
|
||||
<app-nav-steps
|
||||
|
Loading…
Reference in New Issue
Block a user