diff --git a/templates/Ask/inputs.hbs b/templates/Ask/inputs.hbs index f5bdac4..36c1ea9 100644 --- a/templates/Ask/inputs.hbs +++ b/templates/Ask/inputs.hbs @@ -5,8 +5,6 @@

{{/if}} {{#each inputs as | i |}} -
- {{> (concat (systemFilePath "templates/Ask/inputs/" ) i.type ".hbs") i}} -
+ {{> (concat (systemFilePath "templates/Ask/inputs/" ) i.type ".hbs") i}} {{/each}} diff --git a/templates/Ask/inputs/checkbox.hbs b/templates/Ask/inputs/checkbox.hbs index cdca5e1..ce8fd88 100644 --- a/templates/Ask/inputs/checkbox.hbs +++ b/templates/Ask/inputs/checkbox.hbs @@ -1,12 +1,14 @@ - - +
+ + +
diff --git a/templates/Ask/inputs/details.hbs b/templates/Ask/inputs/details.hbs index fec6878..f84af5d 100644 --- a/templates/Ask/inputs/details.hbs +++ b/templates/Ask/inputs/details.hbs @@ -1,3 +1,3 @@ -

+

{{{ details }}}

diff --git a/templates/Ask/inputs/input.hbs b/templates/Ask/inputs/input.hbs index 196b12d..98922df 100644 --- a/templates/Ask/inputs/input.hbs +++ b/templates/Ask/inputs/input.hbs @@ -1,12 +1,14 @@ - - +
+ + +