Mirror fix
This commit is contained in:
parent
ee92fb8635
commit
805732fdc7
3 changed files with 10 additions and 1 deletions
|
@ -34,6 +34,11 @@ type Context struct {
|
|||
IsWatching bool
|
||||
Repository *models.Repository
|
||||
Owner *models.User
|
||||
CloneLink struct {
|
||||
SSH string
|
||||
HTTPS string
|
||||
Git string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue