diff options
author | jaqra <48099350+jaqra@users.noreply.github.com> | 2019-09-12 13:00:55 +0300 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-09-12 13:00:55 +0300 |
commit | d0ad47bd5d3cef8f743d39b379d83a0e5585c709 (patch) | |
tree | 2fbf76797844d0e81eff7bf7d8de5a3e0c4116b2 /templates/user/dashboard/issues.tmpl | |
parent | e7e5bf6d857a7281ec0d9a457f9ba14f10f3109f (diff) | |
download | gitea-d0ad47bd5d3cef8f743d39b379d83a0e5585c709.tar.gz gitea-d0ad47bd5d3cef8f743d39b379d83a0e5585c709.zip |
apply emoji on dashboard issue list labels (#8156)
Diffstat (limited to 'templates/user/dashboard/issues.tmpl')
-rw-r--r-- | templates/user/dashboard/issues.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index 3e1095606b..092eb9c7e8 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -80,7 +80,7 @@ especially on mobile views. */}} <span style="line-height: 2.5"> {{range .}} - <a class="ui label" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&state={{$.State}}&labels={{.ID}}&milestone={{$.MilestoneID}}&assignee={{$.AssigneeID}}&repo={{$.RepoID}}" style="color: {{.ForegroundColor}}; background-color: {{.Color}}" title="{{.Description}}">{{.Name}}</a> + <a class="ui label has-emoji" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&state={{$.State}}&labels={{.ID}}&milestone={{$.MilestoneID}}&assignee={{$.AssigneeID}}&repo={{$.RepoID}}" style="color: {{.ForegroundColor}}; background-color: {{.Color}}" title="{{.Description}}">{{.Name}}</a> {{end}} </span> {{end}} |