mirror of
https://github.com/correl/codereview.git
synced 2024-12-28 19:19:16 +00:00
9 lines
235 B
HTML
9 lines
235 B
HTML
|
<div class="comment ui-widget">
|
||
|
<div class="header ui-widget-header">
|
||
|
{{ comment.author }} @ {{ comment.created }}
|
||
|
</div>
|
||
|
<div class="text ui-widget-content">
|
||
|
{{ comment.text|linebreaks }}
|
||
|
</div>
|
||
|
</div>
|