[PR #1495] [MERGED] Orgs: fix org page title when full name is not defined #15928

Closed
opened 2025-11-02 11:58:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1495
Author: @silverwind
Created: 4/14/2017
Status: Merged
Merged: 4/15/2017
Merged by: @lunny

Base: masterHead: org-displayname


📝 Commits (1)

  • 2598038 Orgs: fix org page title when full name is not defined

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 routers/user/home.go (+1 -1)

📄 Description

This falls back to a organization's name when the full name is not defined, so the page title at https://try.gitea.io/my-cool-organization will become

my-cool-organization - Gitea: Git with a cup of tea

instead of the current

Gitea: Git with a cup of tea

The same functionality is already in place for user profile pages.


🔄 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/1495 **Author:** [@silverwind](https://github.com/silverwind) **Created:** 4/14/2017 **Status:** ✅ Merged **Merged:** 4/15/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `org-displayname` --- ### 📝 Commits (1) - [`2598038`](https://github.com/go-gitea/gitea/commit/25980382b2e02fe8de50e70cfe4813ba4bff3902) Orgs: fix org page title when full name is not defined ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `routers/user/home.go` (+1 -1) </details> ### 📄 Description This falls back to a organization's name when the full name is not defined, so the page title at https://try.gitea.io/my-cool-organization will become ```` my-cool-organization - Gitea: Git with a cup of tea ```` instead of the current ```` Gitea: Git with a cup of tea ```` The same functionality is already in place for user profile pages. --- <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:58:07 -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#15928