gute nacht
This commit is contained in:
parent
ee1a175c5c
commit
7dacf0441c
@ -10,7 +10,7 @@
|
||||
{{produkt.attributes.titel}},
|
||||
{{/each}}Gewürze</li>
|
||||
<li class="detail"><h4>Personen:</h4>{{@rezept.personen}}</li>
|
||||
<li class="detail"><h4>Dauer:</h4>{{@rezept.dauer}}</li>
|
||||
<li class="detail"><h4>Dauer:</h4>{{@rezept.dauer}} Minuten</li>
|
||||
</ul>
|
||||
</div>
|
||||
</span>
|
||||
@ -27,7 +27,7 @@
|
||||
{{produkt.attributes.titel}},
|
||||
{{/each}}Gewürze</li>
|
||||
<li class="detail"><h4>Personen:</h4>{{@rezept.personen}} </li>
|
||||
<li class="detail"><h4>Dauer:</h4>{{@rezept.dauer}}</li>
|
||||
<li class="detail"><h4>Dauer:</h4>{{@rezept.dauer}} Minuten</li>
|
||||
</ul>
|
||||
</div>
|
||||
</span>
|
||||
|
@ -5,11 +5,11 @@ export default class RezeptModel extends Model {
|
||||
@attr isSelected;
|
||||
@attr ('string') beschreibung;
|
||||
@attr kategorie;
|
||||
@hasMany('produkt') produkte;
|
||||
@attr produkte;
|
||||
@attr gewuerze;
|
||||
@attr personen;
|
||||
@attr dauer;
|
||||
@attr bild;
|
||||
@attr ('number') personen;
|
||||
@attr ('number') dauer;
|
||||
@attr ('string') bild;
|
||||
|
||||
get status()
|
||||
{
|
||||
|
@ -182,8 +182,7 @@ p {
|
||||
|
||||
.resultsRezept {
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user