diff --git a/app/styles/app.scss b/app/styles/app.scss
index 8ddcad9..6371321 100644
--- a/app/styles/app.scss
+++ b/app/styles/app.scss
@@ -16,6 +16,7 @@
// Optional - Everything else
@import "ember-bootstrap/utilities/display";
+@import "ember-bootstrap/utilities/float";
@import "ember-bootstrap/utilities/screenreaders";
@import "ember-bootstrap/type";
@import "ember-bootstrap/tables";
diff --git a/app/templates/components/create-options-datetime.hbs b/app/templates/components/create-options-datetime.hbs
index 2d44551..2c1b7f2 100644
--- a/app/templates/components/create-options-datetime.hbs
+++ b/app/templates/components/create-options-datetime.hbs
@@ -1,17 +1,17 @@
{{#if (gt groupedDates.length 1)}}
- {{#form.element}}
- {{#bs-button
- onClick=(action "adoptTimesOfFirstDay")
+
+
{{t "create.options-datetime.copy-first-line"}}
- {{/bs-button}}
- {{/form.element}}
+
+
{{/if}}
@@ -96,5 +97,5 @@
- {{/bs-form}}
+
diff --git a/app/templates/components/create-options-text.hbs b/app/templates/components/create-options-text.hbs
index 150dafc..b32d9b2 100644
--- a/app/templates/components/create-options-text.hbs
+++ b/app/templates/components/create-options-text.hbs
@@ -1,40 +1,43 @@
-{{#each options as |option index|}}
- {{! show label only on first item }}
- {{#form.element
- classNames="option"
- label=(unless index (t "create.options.options.label"))
- model=option
- property="title"
- as |el|
- }}
-