Skip to content

Commit ebd54a8

Browse files
committed
Fix tmpl
1 parent d8a7456 commit ebd54a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/settings/options.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<tbody>
169169
{{range .PushMirrors}}
170170
<tr>
171-
{{$address := MirrorRemoteAddress $.Context $.Repository $.GetRemoteName}}
171+
{{$address := MirrorRemoteAddress $.Context $.Repository .GetRemoteName}}
172172
<td>{{$address.Address}}</td>
173173
<td>{{$.i18n.Tr "repo.settings.mirror_settings.direction.push"}}</td>
174174
<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

Comments
 (0)