We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f342fca commit e0797d7Copy full SHA for e0797d7
templates/shared/secrets/add_list.tmpl
@@ -23,7 +23,7 @@
23
{{.Name}}
24
</div>
25
<div class="flex-item-body">
26
- {{if .Description}} {{.Description}} {{else}} - {{end}}
+ {{if .Description}}{{.Description}}{{else}}-{{end}}
27
28
29
******
templates/shared/variables/variable_list.tmpl
@@ -26,7 +26,7 @@
30
31
32
{{.Data}}
0 commit comments