diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-02-11 17:50:21 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-02-11 17:50:21 +0530 |
commit | e44397dcbb9454f89b8263738d5ccf1e20a12074 (patch) | |
tree | 1c2b5816c597ddd10c7afb68ed2af7cc2c26d56d | |
parent | c720f1f85e5ec7c93604462b7a70e1f84a1ce244 (diff) |
-rw-r--r-- | cmd/web/controller/htmx/project-action.go (renamed from cmd/web/controller/htmx/article-action.go) | 0 | ||||
-rw-r--r-- | cmd/web/controller/htmx/project.go (renamed from cmd/web/controller/htmx/article.go) | 0 | ||||
-rw-r--r-- | cmd/web/controller/project.go (renamed from cmd/web/controller/article.go) | 0 | ||||
-rw-r--r-- | cmd/web/model/project.go (renamed from cmd/web/model/article.go) | 0 | ||||
-rw-r--r-- | cmd/web/templates/home/partials/project-favorite-button.tmpl (renamed from cmd/web/templates/home/partials/article-favorite-button.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/projects/htmx-post-comments.tmpl (renamed from cmd/web/templates/articles/htmx-post-comments.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/projects/htmx-project-page.tmpl (renamed from cmd/web/templates/articles/htmx-article-page.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/projects/htmx-show.tmpl (renamed from cmd/web/templates/articles/htmx-show.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/projects/partials/comments-card.tmpl (renamed from cmd/web/templates/articles/partials/comments-card.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/projects/partials/comments-form.tmpl (renamed from cmd/web/templates/articles/partials/comments-form.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/projects/partials/comments-wrapper.tmpl (renamed from cmd/web/templates/articles/partials/comments-wrapper.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/projects/partials/detail-post-meta.tmpl (renamed from cmd/web/templates/articles/partials/detail-post-meta.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/projects/partials/favorite-button.tmpl (renamed from cmd/web/templates/articles/partials/favorite-button.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/projects/partials/follow-button.tmpl (renamed from cmd/web/templates/articles/partials/follow-button.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/projects/show.tmpl (renamed from cmd/web/templates/articles/show.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/users/htmx-users-projects.tmpl (renamed from cmd/web/templates/users/htmx-users-articles.tmpl) | 0 | ||||
-rw-r--r-- | cmd/web/templates/users/partials/project-favorite-button.tmpl (renamed from cmd/web/templates/users/partials/article-favorite-button.tmpl) | 0 |
17 files changed, 0 insertions, 0 deletions
diff --git a/cmd/web/controller/htmx/article-action.go b/cmd/web/controller/htmx/project-action.go index a7b1f23..a7b1f23 100644 --- a/cmd/web/controller/htmx/article-action.go +++ b/cmd/web/controller/htmx/project-action.go diff --git a/cmd/web/controller/htmx/article.go b/cmd/web/controller/htmx/project.go index c8dd8f4..c8dd8f4 100644 --- a/cmd/web/controller/htmx/article.go +++ b/cmd/web/controller/htmx/project.go diff --git a/cmd/web/controller/article.go b/cmd/web/controller/project.go index 94735f1..94735f1 100644 --- a/cmd/web/controller/article.go +++ b/cmd/web/controller/project.go diff --git a/cmd/web/model/article.go b/cmd/web/model/project.go index 1475a0c..1475a0c 100644 --- a/cmd/web/model/article.go +++ b/cmd/web/model/project.go diff --git a/cmd/web/templates/home/partials/article-favorite-button.tmpl b/cmd/web/templates/home/partials/project-favorite-button.tmpl index 341f458..341f458 100644 --- a/cmd/web/templates/home/partials/article-favorite-button.tmpl +++ b/cmd/web/templates/home/partials/project-favorite-button.tmpl diff --git a/cmd/web/templates/articles/htmx-post-comments.tmpl b/cmd/web/templates/projects/htmx-post-comments.tmpl index 7a1aba4..7a1aba4 100644 --- a/cmd/web/templates/articles/htmx-post-comments.tmpl +++ b/cmd/web/templates/projects/htmx-post-comments.tmpl diff --git a/cmd/web/templates/articles/htmx-article-page.tmpl b/cmd/web/templates/projects/htmx-project-page.tmpl index c7a567c..c7a567c 100644 --- a/cmd/web/templates/articles/htmx-article-page.tmpl +++ b/cmd/web/templates/projects/htmx-project-page.tmpl diff --git a/cmd/web/templates/articles/htmx-show.tmpl b/cmd/web/templates/projects/htmx-show.tmpl index e5f6875..e5f6875 100644 --- a/cmd/web/templates/articles/htmx-show.tmpl +++ b/cmd/web/templates/projects/htmx-show.tmpl diff --git a/cmd/web/templates/articles/partials/comments-card.tmpl b/cmd/web/templates/projects/partials/comments-card.tmpl index 1e6062a..1e6062a 100644 --- a/cmd/web/templates/articles/partials/comments-card.tmpl +++ b/cmd/web/templates/projects/partials/comments-card.tmpl diff --git a/cmd/web/templates/articles/partials/comments-form.tmpl b/cmd/web/templates/projects/partials/comments-form.tmpl index c88cac6..c88cac6 100644 --- a/cmd/web/templates/articles/partials/comments-form.tmpl +++ b/cmd/web/templates/projects/partials/comments-form.tmpl diff --git a/cmd/web/templates/articles/partials/comments-wrapper.tmpl b/cmd/web/templates/projects/partials/comments-wrapper.tmpl index 2f401de..2f401de 100644 --- a/cmd/web/templates/articles/partials/comments-wrapper.tmpl +++ b/cmd/web/templates/projects/partials/comments-wrapper.tmpl diff --git a/cmd/web/templates/articles/partials/detail-post-meta.tmpl b/cmd/web/templates/projects/partials/detail-post-meta.tmpl index eb957b4..eb957b4 100644 --- a/cmd/web/templates/articles/partials/detail-post-meta.tmpl +++ b/cmd/web/templates/projects/partials/detail-post-meta.tmpl diff --git a/cmd/web/templates/articles/partials/favorite-button.tmpl b/cmd/web/templates/projects/partials/favorite-button.tmpl index f72a320..f72a320 100644 --- a/cmd/web/templates/articles/partials/favorite-button.tmpl +++ b/cmd/web/templates/projects/partials/favorite-button.tmpl diff --git a/cmd/web/templates/articles/partials/follow-button.tmpl b/cmd/web/templates/projects/partials/follow-button.tmpl index 73cd023..73cd023 100644 --- a/cmd/web/templates/articles/partials/follow-button.tmpl +++ b/cmd/web/templates/projects/partials/follow-button.tmpl diff --git a/cmd/web/templates/articles/show.tmpl b/cmd/web/templates/projects/show.tmpl index 2078016..2078016 100644 --- a/cmd/web/templates/articles/show.tmpl +++ b/cmd/web/templates/projects/show.tmpl diff --git a/cmd/web/templates/users/htmx-users-articles.tmpl b/cmd/web/templates/users/htmx-users-projects.tmpl index d002097..d002097 100644 --- a/cmd/web/templates/users/htmx-users-articles.tmpl +++ b/cmd/web/templates/users/htmx-users-projects.tmpl diff --git a/cmd/web/templates/users/partials/article-favorite-button.tmpl b/cmd/web/templates/users/partials/project-favorite-button.tmpl index 5a70718..5a70718 100644 --- a/cmd/web/templates/users/partials/article-favorite-button.tmpl +++ b/cmd/web/templates/users/partials/project-favorite-button.tmpl |