mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
This commit is contained in:
@@ -81,7 +81,7 @@ type User struct {
|
||||
// DashboardLink returns the user dashboard page link.
|
||||
func (u *User) DashboardLink() string {
|
||||
if u.IsOrganization() {
|
||||
return "/org/" + u.Name + "/dashboard"
|
||||
return "/org/" + u.Name + "/dashboard/"
|
||||
}
|
||||
return "/"
|
||||
}
|
||||
|
Reference in New Issue
Block a user