1
1
<section class =" background background__img" ></section >
2
2
<section class =" container__newplan-additional-main" >
3
3
4
- <h1 class =" header header__second-choices" > Select up to five more recipes </h1 >
5
- {{!-- {{>recipeList}}
4
+ <h1 class =" header header__second-choices" > Select up to five more recipes </h1 >
5
+ {{!-- {{>recipeList}}
6
6
{{!-- {{>loadMores}} --}}
7
7
8
- {{ #each recipes }}
8
+ {{ #each recipes }}
9
9
<div class =" container__pick-more-recipes" >
10
10
<h2 class =" recipe__header" >{{ this.recipeName }} </h2 >
11
- <p class =" recipe__cooking" >T {{ this.cookingTime }} </p >
12
- <p class =" recipe__health" >H {{ this.healthScore }} </p >
11
+ {{!-- <p class="recipe__cooking">Cooking time: {{this.cookingTime}}</p>
12
+ <p class="recipe__health">Health score: {{this.healthScore}}</p> --}}
13
13
<img src =" {{ this.imageUrl }} " class =" recipe-image__additional-plan" >
14
14
<input type =" submit" value =" Select" class =" btn recipe__select" id =" {{ this.id }} " >
15
15
</div >
16
16
17
- {{ /each }}
17
+ {{ /each }}
18
18
19
- <form class =" second-choices__form" action =" /submitmealplan" method =" POST" >
20
- <input aria-label =" Name meal plan" value =" Name plan" name =" name plan" placeholder =" Name your plan"
21
- class =" second-choices__name-plan" type =" text" >
22
- <input aria-label =" Go back" value =" Back" name =" back" class =" btn second-choices__back-button" type =" submit"
23
- formaction =" /newplan" >
24
-
25
- <input aria-label =" Save meal plan" name =" save" value =" Save" class =" btn second-choices__save-button" type =" submit" >
26
- </form >
27
- {{!-- {{>counter}} --}}
19
+ <form class =" second-choices__form" action =" /submitmealplan" method =" POST" >
20
+ <input aria-label =" Go back" value =" Back" name =" back" class =" btn second-choices__back-button" type =" submit"
21
+ formaction =" /newplan" >
22
+ <input aria-label =" Name meal plan" value =" Name plan" name =" name plan" placeholder =" Name your plan"
23
+ class =" second-choices__name-plan" type =" text" >
24
+ <input aria-label =" Save meal plan" name =" save" value =" Save" class =" btn second-choices__save-button" type =" submit" >
25
+ </form >
26
+ {{!-- {{>counter}} --}}
28
27
</section >
29
28
30
- <script src =" js/additionalChoices.js" ></script >
29
+ <script src =" js/additionalChoices.js" ></script >
0 commit comments