[PR #3308] [MERGED] Templates for extra links in top navbar and repo tool tabs. #16874

Closed
opened 2025-11-02 12:21:06 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3308
Author: @AlbertoGP
Created: 1/5/2018
Status: Merged
Merged: 1/10/2018
Merged by: @lafriks

Base: masterHead: master


📝 Commits (7)

  • a0b6fee Templates for extra links in top navbar and repo tool tabs.
  • 91fb64e Merge branch 'master' into master
  • f90cc8d Merge branch 'master' into master
  • 42659ff Merge branch 'master' into master
  • cdec9c1 Merge branch 'master' into master
  • 36f3a87 Merge branch 'master' into master
  • 2a0f297 Merge branch 'master' into master

📊 Changes

5 files changed (+7 additions, -0 deletions)

View changed files

📝 docs/content/doc/advanced/customizing-gitea.en-us.md (+2 -0)
📝 templates/base/head.tmpl (+3 -0)
templates/custom/extra_links.tmpl (+0 -0)
templates/custom/extra_tabs.tmpl (+0 -0)
📝 templates/repo/header.tmpl (+2 -0)

📄 Description

These templates add content to the top navbar and to the repository page.
This way we do not have to copy and modify the whole template, and re-modify it after upgrading Gitea if
it changes.

I'll put a comment with more details under "Custom tabs for projects in web ui #1199".

This fixes "Custom tabs for projects in web ui #1199", and the intention of "Custom Routing / new Pages?! #2115" (but without routing changes).


🔄 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/3308 **Author:** [@AlbertoGP](https://github.com/AlbertoGP) **Created:** 1/5/2018 **Status:** ✅ Merged **Merged:** 1/10/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`a0b6fee`](https://github.com/go-gitea/gitea/commit/a0b6fee576139905ff955c44f3b044d8f88b9616) Templates for extra links in top navbar and repo tool tabs. - [`91fb64e`](https://github.com/go-gitea/gitea/commit/91fb64e62b7febc259588fe826abe778191fbd37) Merge branch 'master' into master - [`f90cc8d`](https://github.com/go-gitea/gitea/commit/f90cc8d18e428536055a8c10ebe4996c8526b215) Merge branch 'master' into master - [`42659ff`](https://github.com/go-gitea/gitea/commit/42659ff23c78209fa8bbe935d6295a5715c68c45) Merge branch 'master' into master - [`cdec9c1`](https://github.com/go-gitea/gitea/commit/cdec9c1620b5b44125400363355ea742ff73e397) Merge branch 'master' into master - [`36f3a87`](https://github.com/go-gitea/gitea/commit/36f3a87630a67a2da37eb163723d08ce8bef0e19) Merge branch 'master' into master - [`2a0f297`](https://github.com/go-gitea/gitea/commit/2a0f297acc45852b685270a969f723eaa9657854) Merge branch 'master' into master ### 📊 Changes **5 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/doc/advanced/customizing-gitea.en-us.md` (+2 -0) 📝 `templates/base/head.tmpl` (+3 -0) ➕ `templates/custom/extra_links.tmpl` (+0 -0) ➕ `templates/custom/extra_tabs.tmpl` (+0 -0) 📝 `templates/repo/header.tmpl` (+2 -0) </details> ### 📄 Description These templates add content to the top navbar and to the repository page. This way we do not have to copy and modify the whole template, and re-modify it after upgrading Gitea if it changes. I'll put a comment with more details under "Custom tabs for projects in web ui #1199". This fixes "Custom tabs for projects in web ui #1199", and the intention of "Custom Routing / new Pages?! #2115" (but without routing changes). --- <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 12:21:06 -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#16874