mirror of
https://github.com/correl/codereview.git
synced 2024-12-28 03:00:03 +00:00
8 lines
235 B
HTML
8 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>
|