{{ define "title" }}{{ .Tab }} settings{{ end }} {{ define "content" }}

Settings

{{ template "user/settings/fragments/sidebar" . }}
{{ template "migrationSettings" . }}
{{ end }} {{ define "migrationSettings" }}

Repository imports

Track the status of repositories pulled in from another forge. Successful imports stay; failed ones can be retried by starting a new migration with the same name.

{{ i "plus" "size-4" }} new migration
{{ if not .Migrations }}
no migrations yet
{{ else }} {{ template "account/migrate/fragments/progressRows" . }}
Repo Knot Status
{{ end }}
{{ end }}