[PR #4754] [CLOSED] Add missing History link to directory listings #17486

Closed
opened 2025-11-02 13:38:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4754
Author: @decke
Created: 8/21/2018
Status: Closed

Base: masterHead: add-missing-history-link


📝 Commits (4)

📊 Changes

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

View changed files

📝 templates/repo/home.tmpl (+17 -4)

📄 Description

The feature to list commits from a subdirectory is already there but
so far the history link to it was missing. There is a History button
in the view_file.tmpl already so avoid showing two history buttons in
that case.

The GitHub webinterface has the same History button in the same place
so this makes gitea a little bit more compatible.

Signed-off-by: Bernhard Froehlich decke@bluelife.at


🔄 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/4754 **Author:** [@decke](https://github.com/decke) **Created:** 8/21/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-missing-history-link` --- ### 📝 Commits (4) - [`1ab2cdc`](https://github.com/go-gitea/gitea/commit/1ab2cdce92bae8fef1bff9b0eecf9ca1c4c52db5) Add missing History link to directory listings - [`97fbb97`](https://github.com/go-gitea/gitea/commit/97fbb97a67f79aa9d5a30ef2e536dc34e5774cee) Merge branch 'master' into add-missing-history-link - [`6cc272e`](https://github.com/go-gitea/gitea/commit/6cc272ecffabf62f58eb5029096b1631eb6c5ec2) Add missing History link to directory listings - [`452f420`](https://github.com/go-gitea/gitea/commit/452f4202e239500f0fcbf5d0de61702ecd7a9e6e) Merge branch 'add-missing-history-link' of https://github.com/decke/gitea into add-missing-history-link ### 📊 Changes **1 file changed** (+17 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `templates/repo/home.tmpl` (+17 -4) </details> ### 📄 Description The feature to list commits from a subdirectory is already there but so far the history link to it was missing. There is a History button in the view_file.tmpl already so avoid showing two history buttons in that case. The GitHub webinterface has the same History button in the same place so this makes gitea a little bit more compatible. Signed-off-by: Bernhard Froehlich <decke@bluelife.at> --- <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 13:38:10 -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#17486