File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 91
91
<td>{{$.locale.Tr "repo.settings.mirror_settings.direction.pull"}}</td>
92
92
<td>{{DateTime "full" .Mirror.UpdatedUnix}}</td>
93
93
<td class="right aligned">
94
- <form method="post gt-dib">
94
+ <form method="post" class=" gt-dib">
95
95
{{.CsrfTokenHtml}}
96
96
<input type="hidden" name="action" value="mirror-sync">
97
97
<button class="ui primary tiny button inline text-thin">{{$.locale.Tr "repo.settings.sync_mirror"}}</button>
169
169
<td>{{$.locale.Tr "repo.settings.mirror_settings.direction.push"}}</td>
170
170
<td>{{if .LastUpdateUnix}}{{DateTime "full" .LastUpdateUnix}}{{else}}{{$.locale.Tr "never"}}{{end}} {{if .LastError}}<div class="ui red label" data-tooltip-content="{{.LastError}}">{{$.locale.Tr "error"}}</div>{{end}}</td>
171
171
<td class="right aligned">
172
- <form method="post gt-dib">
172
+ <form method="post" class=" gt-dib">
173
173
{{$.CsrfTokenHtml}}
174
174
<input type="hidden" name="action" value="push-mirror-remove">
175
175
<input type="hidden" name="push_mirror_id" value="{{.ID}}">
176
176
<button class="ui basic red tiny button inline text-thin">{{$.locale.Tr "remove"}}</button>
177
177
</form>
178
- <form method="post gt-dib">
178
+ <form method="post" class=" gt-dib">
179
179
{{$.CsrfTokenHtml}}
180
180
<input type="hidden" name="action" value="push-mirror-sync">
181
181
<input type="hidden" name="push_mirror_id" value="{{.ID}}">
You can’t perform that action at this time.
0 commit comments