funky-framadate-front/src/app/features/old-stuff/pages/voting/voting-comment/voting-comment.component.html
2020-05-03 00:14:42 +02:00

12 lines
232 B
HTML

<div class="comment">
<span class="cname"> {{ comment.pseudo }} </span>, le
<span class="date padding-btm-x1">
{{ comment.date.date }}
</span>
<blockquote>
<p class="text">
{{ comment.text }}
</p>
</blockquote>
</div>