{{template "repo/header" .}}
{{template "repo/settings/navbar" .}}
{{template "base/alert" .}}
{{range $index, $lock := .LFSLocks}}
{{if index $.Linkable $index}}
{{svg "octicon-file"}}
{{$lock.Path}}
{{else}}
{{svg "octicon-diff"}}
{{$lock.Path}}
{{end}}
{{if not (index $.Lockables $index)}}
{{svg "octicon-alert"}}
{{end}}
|
{{avatar $.Owner}}
{{$.Owner.DisplayName}}
|
{{TimeSince .Created $.i18n.Lang}} |
|
{{else}}
{{.i18n.Tr "repo.settings.lfs_locks_no_locks"}} |
{{end}}
{{template "base/paginate" .}}
{{template "base/footer" .}}