From e44397dcbb9454f89b8263738d5ccf1e20a12074 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Tue, 11 Feb 2025 17:50:21 +0530 Subject: Substituted 'article' with 'project' in filenames --- .../articles/partials/detail-post-meta.tmpl | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 cmd/web/templates/articles/partials/detail-post-meta.tmpl (limited to 'cmd/web/templates/articles/partials/detail-post-meta.tmpl') diff --git a/cmd/web/templates/articles/partials/detail-post-meta.tmpl b/cmd/web/templates/articles/partials/detail-post-meta.tmpl deleted file mode 100644 index eb957b4..0000000 --- a/cmd/web/templates/articles/partials/detail-post-meta.tmpl +++ /dev/null @@ -1,42 +0,0 @@ -
- -
- - {{ .Project.User.Name }} - - {{ .Project.GetFormattedCreatedAt }} -
- - {{ if .IsSelf }} - - - - - - {{ else }} - - {{ template "projects/partials/follow-button" . }} - - {{ template "projects/partials/favorite-button" . }} - - {{ end }} -
\ No newline at end of file -- cgit v1.2.3