forked from forgejo/forgejo
fix news feed repo link
This commit is contained in:
parent
09dba7d63e
commit
501f70e248
2 changed files with 7 additions and 1 deletions
|
@ -63,6 +63,10 @@ func (a Action) GetActEmail() string {
|
|||
return a.ActEmail
|
||||
}
|
||||
|
||||
func (a Action) GetRepoUserName() string {
|
||||
return a.RepoUserName
|
||||
}
|
||||
|
||||
func (a Action) GetRepoName() string {
|
||||
return a.RepoName
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue