We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3e3af commit 1254a82Copy full SHA for 1254a82
templates/repo/settings/options.tmpl
@@ -169,7 +169,7 @@
169
{{range .PushMirrors}}
170
<tr>
171
{{$address := MirrorRemoteAddress $.Context $.Repository .GetRemoteName true}}
172
- <td>{{$address.Address}}</td>
+ <td class="gt-word-break">{{$address.Address}}</td>
173
<td>{{$.locale.Tr "repo.settings.mirror_settings.direction.push"}}</td>
174
<td>{{if .LastUpdateUnix}}<time data-format="date-time" datetime="{{.LastUpdateUnix.FormatLong}}">{{.LastUpdateUnix.AsTime}}</time>{{else}}{{$.locale.Tr "never"}}{{end}} {{if .LastError}}<div class="ui red label tooltip" data-content="{{.LastError}}">{{$.locale.Tr "error"}}</div>{{end}}</td>
175
<td class="right aligned">
0 commit comments