aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/labels/label_load_template.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/issue/labels/label_load_template.tmpl')
-rw-r--r--templates/repo/issue/labels/label_load_template.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/issue/labels/label_load_template.tmpl b/templates/repo/issue/labels/label_load_template.tmpl
index 010b691638..21caf2b472 100644
--- a/templates/repo/issue/labels/label_load_template.tmpl
+++ b/templates/repo/issue/labels/label_load_template.tmpl
@@ -2,7 +2,7 @@
<div class="twelve wide computer column">
<div class="ui attached left aligned segment">
<p>{{.locale.Tr "repo.issues.label_templates.info"}}</p>
- <br/>
+ <br>
<form class="ui form center" action="{{.Link}}/initialize" method="post">
{{.CsrfTokenHtml}}
<div class="field">
@@ -11,7 +11,7 @@
<div class="default text">{{.locale.Tr "repo.issues.label_templates.helper"}}</div>
<div class="menu">
{{range $template, $labels := .LabelTemplates}}
- <div class="item" data-value="{{$template}}">{{$template}}<br/><i>({{$labels}})</i></div>
+ <div class="item" data-value="{{$template}}">{{$template}}<br><i>({{$labels}})</i></div>
{{end}}
</div>
{{svg "octicon-triangle-down" 18 "dropdown icon"}}