fix push mirrors URL are no longer displayed on the UI (#20011)
* fix push mirrors URL are no longer displayed on the UI Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * Update modules/templates/helper.go Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
8eefe2af45
commit
fd0d481de8
1 changed files with 0 additions and 3 deletions
|
@ -976,9 +976,6 @@ type remoteAddress struct {
|
||||||
|
|
||||||
func mirrorRemoteAddress(ctx context.Context, m *repo_model.Repository, remoteName string) remoteAddress {
|
func mirrorRemoteAddress(ctx context.Context, m *repo_model.Repository, remoteName string) remoteAddress {
|
||||||
a := remoteAddress{}
|
a := remoteAddress{}
|
||||||
if !m.IsMirror {
|
|
||||||
return a
|
|
||||||
}
|
|
||||||
|
|
||||||
remoteURL := m.OriginalURL
|
remoteURL := m.OriginalURL
|
||||||
if remoteURL == "" {
|
if remoteURL == "" {
|
||||||
|
|
Reference in a new issue