mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
5 lines
101 B
Go Template
5 lines
101 B
Go Template
{{ .Labels._body }}
|
|
|
|
{{ range $action := .Actions }}
|
|
{{ $action.Label }}: {{ $action.URL }}
|
|
{{ end }} |