albertosuarez8 / Brewery-Reviews

2 stars 1 forks source link

Home View - Handlebars #18

Open albertosuarez8 opened 1 year ago

laps22 commented 1 year ago

Lian add framework Alberto handlebars template

laps22 commented 1 year ago

Added placeholder CSS @albertosuarez8. Can you remind me what I had to do from your template on home.handlebars?

albertosuarez8 commented 1 year ago

Home Handlebars just need post route data to show all recent reviews, just need to replace placeholder text with the following:

{{#each posts as |post|}}
     <img src="{{post.image}}"></img>
    {{post.description}}
    {{format_time post.date}}
    {{post.rating}}
    {{post.user.name}
{{/each}}