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 a296667 commit ceaf8ddCopy full SHA for ceaf8dd
templates/repo/settings/options.tmpl
@@ -174,7 +174,7 @@
174
<td>{{$.i18n.Tr "repo.settings.mirror_settings.direction.push"}}</td>
175
<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>
176
<td><a data-clipboard-text="{{.PublicKey}}" readonly>{{$.i18n.Tr "repo.settings.mirror_settings.push_mirror.copy_public_key"}}</a></td>
177
- <td class="right aligned">
+ <td class="right aligned df">
178
<form method="post" style="display: inline-block">
179
{{$.CsrfTokenHtml}}
180
<input type="hidden" name="action" value="push-mirror-remove">
0 commit comments