Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Jul 18, 2024
1 parent 926968d commit 8a1fe5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion views/Main/Post.pug
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ s_article_rep
#entry
+permalink('article')
include Post/Popup
include Post/Comment
include Post/Replies
4 changes: 2 additions & 2 deletions views/Main/Post/Comment.pug → views/Main/Post/Replies.pug
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
section#comment(
section#replies(
x-data='{ shown: false }'
x-intersect.once='shown = true'
class='w-full px-4 lg:px-0 lg:max-w-screen-lg lg:w-pem lg:mx-auto')
.wrap(x-show='shown')
include Comment/Supporters
include Replies/Supporters
s_rp
+replyForm('rp')
+replyList('rp', 'rp2', true)
File renamed without changes.

0 comments on commit 8a1fe5b

Please sign in to comment.