mirror of
https://github.com/go-gitea/gitea
synced 2025-01-09 17:24:43 +00:00
83d1173634
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>