linstrom/frontend-reactive/app/components/timeline/note.hbs
mStar 76e8b183ca Readme, styling, test
- Update frontend readme to dunk on Chrome and recommend Firefox instead
- Fix some frontend test
- Apply some "styling"
2024-09-18 17:19:27 +02:00

4 lines
No EOL
81 B
Handlebars

<div class="timeline-note">
<h3>{{@username}}</h3>
<p>{{@content}}</p>
</div>