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 d8a7456 commit ebd54a8Copy full SHA for ebd54a8
templates/repo/settings/options.tmpl
@@ -168,7 +168,7 @@
168
<tbody>
169
{{range .PushMirrors}}
170
<tr>
171
- {{$address := MirrorRemoteAddress $.Context $.Repository $.GetRemoteName}}
+ {{$address := MirrorRemoteAddress $.Context $.Repository .GetRemoteName}}
172
<td>{{$address.Address}}</td>
173
<td>{{$.i18n.Tr "repo.settings.mirror_settings.direction.push"}}</td>
174
<td>{{if .LastUpdateUnix}}{{.LastUpdateUnix.AsTime}}{{else}}{{$.i18n.Tr "never"}}{{end}} {{if .LastError}}<div class="ui red label tooltip" data-content="{{.LastError}}">{{$.i18n.Tr "error"}}</div>{{end}}</td>
0 commit comments