@ -111,13 +111,13 @@
<div class="no-select item">{{.i18n.Tr "repo.issues.new.clear_labels"}}</div>
<div class="no-select item">{{.i18n.Tr "repo.issues.new.clear_labels"}}</div>
{{if or .Labels .OrgLabels}}
{{if or .Labels .OrgLabels}}
{{range .Labels}}
{{range .Labels}}
<a class="{{if .IsChecked}}checked{{end}} item" href=" #" data-id="{{.ID}}" data-id-selector=" #label _ { { . ID } } " ><span class= " octicon - check { { if not . IsChecked } } invisible { { end } } " > {{ svg " octicon - check " 16}}</span><span class= " label color " style= " background - color : { { . Color } } " ></span> {{ .Name | RenderEmojiPlain }}
<a class="{{if .IsChecked}}checked{{end}} item" href=" #" data-id="{{.ID}}" data-id-selector=" #label _ { { . ID } } " ><span class= " octicon - check { { if not . IsChecked } } invisible { { end } } " > {{ svg " octicon - check " 16}}</span><span class= " label color " style= " background - color : { { . Color } } " ></span> {{ .Name | RenderEmoji}}
{{if .Description }}<br><small class="desc">{{.Description | RenderEmojiPlain }}</small>{{end}}</a>
{{if .Description }}<br><small class="desc">{{.Description | RenderEmoji}}</small>{{end}}</a>
{{end}}
{{end}}
<div class="ui divider"></div>
<div class="ui divider"></div>
{{range .OrgLabels}}
{{range .OrgLabels}}
<a class="{{if .IsChecked}}checked{{end}} item" href=" #" data-id="{{.ID}}" data-id-selector=" #label _ { { . ID } } " ><span class= " octicon - check { { if not . IsChecked } } invisible { { end } } " > {{ svg " octicon - check " 16}}</span><span class= " label color " style= " background - color : { { . Color } } " ></span> {{ .Name | RenderEmojiPlain }}
<a class="{{if .IsChecked}}checked{{end}} item" href=" #" data-id="{{.ID}}" data-id-selector=" #label _ { { . ID } } " ><span class= " octicon - check { { if not . IsChecked } } invisible { { end } } " > {{ svg " octicon - check " 16}}</span><span class= " label color " style= " background - color : { { . Color } } " ></span> {{ .Name | RenderEmoji}}
{{if .Description }}<br><small class="desc">{{.Description | RenderEmojiPlain }}</small>{{end}}</a>
{{if .Description }}<br><small class="desc">{{.Description | RenderEmoji}}</small>{{end}}</a>
{{end}}
{{end}}
{{else}}
{{else}}
<div class="header" style="text-transform: none;font-size:14px;">{{.i18n.Tr "repo.issues.new.no_items"}}</div>
<div class="header" style="text-transform: none;font-size:14px;">{{.i18n.Tr "repo.issues.new.no_items"}}</div>
@ -128,12 +128,12 @@
<span class="no-select item {{if .HasSelectedLabel}}hide{{end}}">{{.i18n.Tr "repo.issues.new.no_label"}}</span>
<span class="no-select item {{if .HasSelectedLabel}}hide{{end}}">{{.i18n.Tr "repo.issues.new.no_label"}}</span>
{{range .Labels}}
{{range .Labels}}
<div class="item">
<div class="item">
<a class="ui label {{if not .IsChecked}}hide{{end}}" id="label_{{.ID}}" href="{{$.RepoLink}}/issues?labels={{.ID}}" style="color: {{.ForegroundColor}}; background-color: {{.Color}}" title="{{.Description}}">{{.Name | RenderEmojiPlain }}</a>
<a class="ui label {{if not .IsChecked}}hide{{end}}" id="label_{{.ID}}" href="{{$.RepoLink}}/issues?labels={{.ID}}" style="color: {{.ForegroundColor}}; background-color: {{.Color}}" title="{{.Description | RenderEmojiPlain }}">{{.Name | RenderEmoji}}</a>
</div>
</div>
{{end}}
{{end}}
{{range .OrgLabels}}
{{range .OrgLabels}}
<div class="item">
<div class="item">
<a class="ui label {{if not .IsChecked}}hide{{end}}" id="label_{{.ID}}" href="{{$.RepoLink}}/issues?labels={{.ID}}" style="color: {{.ForegroundColor}}; background-color: {{.Color}}" title="{{.Description}}">{{.Name | RenderEmojiPlain }}</a>
<a class="ui label {{if not .IsChecked}}hide{{end}}" id="label_{{.ID}}" href="{{$.RepoLink}}/issues?labels={{.ID}}" style="color: {{.ForegroundColor}}; background-color: {{.Color}}" title="{{.Description | RenderEmojiPlain }}">{{.Name | RenderEmoji}}</a>
</div>
</div>
{{end}}
{{end}}
@ -414,7 +414,7 @@
{{range .BlockingDependencies}}
{{range .BlockingDependencies}}
<div class="item{{if .Issue.IsClosed}} is-closed{{end}}">
<div class="item{{if .Issue.IsClosed}} is-closed{{end}}">
<span class="text grey right floated"> #{{.Issue.Index}}</span>
<span class="text grey right floated"> #{{.Issue.Index}}</span>
<a class="title has-emoji " href="{{.Repository.Link}}/issues/{{.Issue.Index}}">{{.Issue.Title}}</a>
<a class="title" href="{{.Repository.Link}}/issues/{{.Issue.Index}}">{{.Issue.Title | RenderEmoji }}</a>
<div class="text small">{{.Repository.OwnerName}}/{{.Repository.Name}}</div>
<div class="text small">{{.Repository.OwnerName}}/{{.Repository.Name}}</div>
<div class="ui transparent label right floated nopadding">
<div class="ui transparent label right floated nopadding">
{{if and $.CanCreateIssueDependencies (not $.Repository.IsArchived)}}
{{if and $.CanCreateIssueDependencies (not $.Repository.IsArchived)}}
@ -441,7 +441,7 @@
{{range .BlockedByDependencies}}
{{range .BlockedByDependencies}}
<div class="item{{if .Issue.IsClosed}} is-closed{{end}}">
<div class="item{{if .Issue.IsClosed}} is-closed{{end}}">
<span class="text grey right floated"> #{{.Issue.Index}}</span>
<span class="text grey right floated"> #{{.Issue.Index}}</span>
<a class="title has-emoji " href="{{.Repository.Link}}/issues/{{.Issue.Index}}">{{.Issue.Title}}</a>
<a class="title" href="{{.Repository.Link}}/issues/{{.Issue.Index}}">{{.Issue.Title | RenderEmoji }}</a>
<div class="text small">{{.Repository.OwnerName}}/{{.Repository.Name}}</div>
<div class="text small">{{.Repository.OwnerName}}/{{.Repository.Name}}</div>
<div class="ui transparent label right floated nopadding">
<div class="ui transparent label right floated nopadding">
{{if and $.CanCreateIssueDependencies (not $.Repository.IsArchived)}}
{{if and $.CanCreateIssueDependencies (not $.Repository.IsArchived)}}