Skip to content

Commit 611c753

Browse files
fnetXStelios Malathouras
authored and
Stelios Malathouras
committed
Add dropdown icon to template loading dropdown (go-gitea#18564)
Fixes go-gitea#15679 and the dupe of it: Fixes go-gitea#16364. Also removes a comment that links to a gogs forum thread.
1 parent 303ddeb commit 611c753

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

templates/repo/issue/labels/label_load_template.tmpl

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<div class="ui centered grid">
22
<div class="twelve wide computer column">
33
<div class="ui attached left aligned segment">
4-
<!-- <h4 class="ui header">
5-
{{.i18n.Tr "repo.issues.label_templates.title"}}
6-
<a target="_blank" rel="noopener noreferrer" href="https://discuss.gogs.io/t/how-to-use-predefined-label-templates/599">
7-
<span class="octicon octicon-question"></span>
8-
</a>
9-
</h4> -->
104
<p>{{.i18n.Tr "repo.issues.label_templates.info"}}</p>
115
<br/>
126
<form class="ui form center" action="{{.Link}}/initialize" method="post">
@@ -20,6 +14,7 @@
2014
<div class="item" data-value="{{$template}}">{{$template}}<br/><i>({{$labels}})</i></div>
2115
{{end}}
2216
</div>
17+
{{svg "octicon-triangle-down" 18 "dropdown icon"}}
2318
</div>
2419
</div>
2520
<button type="submit" class="ui blue button">{{.i18n.Tr "repo.issues.label_templates.use"}}</button>

0 commit comments

Comments
 (0)