[PR #1276] [MERGED] Refactor repo/issue/view_content.tmpl #15840

Closed
opened 2025-11-02 11:55:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1276
Author: @bkcsoft
Created: 3/16/2017
Status: Merged
Merged: 3/17/2017
Merged by: @lunny

Base: masterHead: bkcsoft/refactor-issue-view-content-template


📝 Commits (1)

  • a0945b7 Refactor repo/issue/view_content.tmpl

📊 Changes

4 files changed (+312 additions, -310 deletions)

View changed files

📝 templates/repo/issue/view_content.tmpl (+3 -310)
templates/repo/issue/view_content/comments.tmpl (+144 -0)
templates/repo/issue/view_content/pull.tmpl (+63 -0)
templates/repo/issue/view_content/sidebar.tmpl (+102 -0)

📄 Description

Part of #1275

As stated, pulled out the bigger chunks into smaller templates to they're easier to work with.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1276 **Author:** [@bkcsoft](https://github.com/bkcsoft) **Created:** 3/16/2017 **Status:** ✅ Merged **Merged:** 3/17/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `bkcsoft/refactor-issue-view-content-template` --- ### 📝 Commits (1) - [`a0945b7`](https://github.com/go-gitea/gitea/commit/a0945b720709b56f826a5afe6673d39f046967a9) Refactor repo/issue/view_content.tmpl ### 📊 Changes **4 files changed** (+312 additions, -310 deletions) <details> <summary>View changed files</summary> 📝 `templates/repo/issue/view_content.tmpl` (+3 -310) ➕ `templates/repo/issue/view_content/comments.tmpl` (+144 -0) ➕ `templates/repo/issue/view_content/pull.tmpl` (+63 -0) ➕ `templates/repo/issue/view_content/sidebar.tmpl` (+102 -0) </details> ### 📄 Description Part of #1275 As stated, pulled out the bigger chunks into smaller templates to they're easier to work with. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:55:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15840