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 75c6205 commit 61d0af0Copy full SHA for 61d0af0
templates/repo/settings/options.tmpl
@@ -165,7 +165,7 @@
165
{{range .PushMirrors}}
166
<tr>
167
{{$address := MirrorRemoteAddress $.Context $.Repository .GetRemoteName true}}
168
- <td>{{$address.Address}}</td>
+ <td class="gt-word-break">{{$address.Address}}</td>
169
<td>{{$.locale.Tr "repo.settings.mirror_settings.direction.push"}}</td>
170
<td>{{if .LastUpdateUnix}}{{DateTime "full" .LastUpdateUnix.FormatLong .LastUpdateUnix.AsTime}}{{else}}{{$.locale.Tr "never"}}{{end}} {{if .LastError}}<div class="ui red label" data-tooltip-content="{{.LastError}}">{{$.locale.Tr "error"}}</div>{{end}}</td>
171
<td class="right aligned">
0 commit comments