Commit b4bd5b3b3c
Verified · cmc
internal/web/templates/settings.html +1 −1
| @@ -179,7 +179,7 @@ | ||
| 179 | 179 | <input type="hidden" name="field" value="archive"> |
| 180 | 180 | <div><label for="archive">Archived</label><p class="hint">Read-only for everyone. Issues and requests close to new activity. Reversible.</p></div> |
| 181 | 181 | <div class="check"><input type="checkbox" id="archive" name="archive" value="on"{{if .Repo.Settings.Archived}} checked{{end}}></div> |
| 182 | <div>{{template "confirmfield" .Repo.Name}} <button type="submit" class="danger">Save</button></div> | |
| 182 | <div><button type="submit" class="danger">Save</button></div> | |
| 183 | 183 | </form> |
| 184 | 184 | <p class="meta">Deleting or transferring a repository is a CLI operation: |
| 185 | 185 | <code>gitbay repo delete {{.Repo.OwnerName}}/{{.Repo.Name}} --yes</code></p> |