File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191 <td>{{$.locale.Tr "repo.settings.mirror_settings.direction.pull"}}</td>
9292 <td>{{DateTime "full" .Mirror.UpdatedUnix}}</td>
9393 <td class="right aligned">
94- <form method="post gt-dib">
94+ <form method="post" class=" gt-dib">
9595 {{.CsrfTokenHtml}}
9696 <input type="hidden" name="action" value="mirror-sync">
9797 <button class="ui primary tiny button inline text-thin">{{$.locale.Tr "repo.settings.sync_mirror"}}</button>
169169 <td>{{$.locale.Tr "repo.settings.mirror_settings.direction.push"}}</td>
170170 <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>
171171 <td class="right aligned">
172- <form method="post gt-dib">
172+ <form method="post" class=" gt-dib">
173173 {{$.CsrfTokenHtml}}
174174 <input type="hidden" name="action" value="push-mirror-remove">
175175 <input type="hidden" name="push_mirror_id" value="{{.ID}}">
176176 <button class="ui basic red tiny button inline text-thin">{{$.locale.Tr "remove"}}</button>
177177 </form>
178- <form method="post gt-dib">
178+ <form method="post" class=" gt-dib">
179179 {{$.CsrfTokenHtml}}
180180 <input type="hidden" name="action" value="push-mirror-sync">
181181 <input type="hidden" name="push_mirror_id" value="{{.ID}}">
You can’t perform that action at this time.
0 commit comments