From c720f1f85e5ec7c93604462b7a70e1f84a1ce244 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Tue, 11 Feb 2025 17:49:16 +0530 Subject: Substituted 'article' with 'project' --- cmd/web/templates/articles/partials/comments-wrapper.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cmd/web/templates/articles/partials/comments-wrapper.tmpl') diff --git a/cmd/web/templates/articles/partials/comments-wrapper.tmpl b/cmd/web/templates/articles/partials/comments-wrapper.tmpl index 048f945..2f401de 100644 --- a/cmd/web/templates/articles/partials/comments-wrapper.tmpl +++ b/cmd/web/templates/articles/partials/comments-wrapper.tmpl @@ -1,13 +1,13 @@ -
+
{{ range $comment := .Project.Comments }} - {{ template "articles/partials/comments-card" Dict "Comment" $comment }} + {{ template "projects/partials/comments-card" Dict "Comment" $comment }} {{ end }}
{{ if .IsAuthenticated }}
- {{ template "articles/partials/comments-form" . }} + {{ template "projects/partials/comments-form" . }} {{ else }}
sign up - to add comments on this article. + to add comments on this project.
{{ end }} \ No newline at end of file -- cgit v1.2.3