mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 00:45:22 +02: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:
parent
02a81ddb62
commit
5e81383413
16 changed files with 359 additions and 38 deletions
|
@ -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 "/"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue