We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23ade3 commit 6158a0aCopy full SHA for 6158a0a
app/templates/components/create-options-datetime.hbs
@@ -52,9 +52,11 @@
52
{{/each}}
53
</div>
54
55
- {{#bs-form-element}}
56
- <button {{action "adoptTimesOfFirstDay"}} class="btn btn-default adopt-times-of-first-day">{{t "create.options-datetime.copy-first-line"}}</button>
57
- {{/bs-form-element}}
+ {{#if (gt groupedDates.length 1)}}
+ {{#bs-form-element}}
+ <button {{action "adoptTimesOfFirstDay"}} class="btn btn-default adopt-times-of-first-day">{{t "create.options-datetime.copy-first-line"}}</button>
58
+ {{/bs-form-element}}
59
+ {{/if}}
60
61
{{#bs-form-element}}
62
{{bs-button
0 commit comments