Skip to content

Commit ceaf8dd

Browse files
author
Gusted
committed
Fix displaying buttons
1 parent a296667 commit ceaf8dd

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
@@ -174,7 +174,7 @@
174174
<td>{{$.i18n.Tr "repo.settings.mirror_settings.direction.push"}}</td>
175175
<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>
176176
<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">
177+
<td class="right aligned df">
178178
<form method="post" style="display: inline-block">
179179
{{$.CsrfTokenHtml}}
180180
<input type="hidden" name="action" value="push-mirror-remove">

0 commit comments

Comments
 (0)