We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1153e commit 6e0a08dCopy full SHA for 6e0a08d
models/user.go
@@ -296,7 +296,7 @@ func (u *User) CanImportLocal() bool {
296
// DashboardLink returns the user dashboard page link.
297
func (u *User) DashboardLink() string {
298
if u.IsOrganization() {
299
- return u.OrganisationLink() + "/dashboard/"
+ return u.OrganisationLink() + "/dashboard"
300
}
301
return setting.AppSubURL + "/"
302
0 commit comments