mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
5 lines
101 B
Go Template
5 lines
101 B
Go Template
{{ .Labels._body }}
|
|
|
|
{{ range $action := .Actions }}
|
|
{{ $action.Label }}: {{ $action.URL }}
|
|
{{ end }} |