mirror of
https://github.com/sys-nyx/red-arch.git
synced 2025-07-29 09:28:44 -04:00
initial
This commit is contained in:
commit
d9d000055b
32 changed files with 1530 additions and 0 deletions
4
templates/partial_comment.html
Normal file
4
templates/partial_comment.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div class="comment mb-3 ###CSS_CLASSES###" data-depth="###DEPTH###" data-id="###ID###">
|
||||
<p class="byline text-muted mb-0"><a href="javascript:;" class="score"><span class="badge ###CLASS_SCORE###">###SCORE###</span></a> ###HTML_AUTHOR_URL### ###DATE###</p>
|
||||
<div class="md">###BODY###</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue