summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-01 20:55:12 -0500
committerUnknwon <u@gogs.io>2016-02-01 20:55:12 -0500
commit1c74612b3c025282d4731880575922c797813ca7 (patch)
treeead1abc421a4939ff19db92f1a2a7c16e08eb4b6 /templates
parentd3ba2466932aa40b549a563c69c60905a30536b8 (diff)
downloadgitea-1c74612b3c025282d4731880575922c797813ca7.tar.gz
gitea-1c74612b3c025282d4731880575922c797813ca7.zip
Minor fix for #2444
Diffstat (limited to 'templates')
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/repo/issue/view_content.tmpl11
2 files changed, 5 insertions, 8 deletions
diff --git a/templates/.VERSION b/templates/.VERSION
index 933e56ef6b..f0ec56d666 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.8.26.0201 \ No newline at end of file
+0.8.27.0201 \ No newline at end of file
diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl
index 0c1c2690d8..1b03c94d01 100644
--- a/templates/repo/issue/view_content.tmpl
+++ b/templates/repo/issue/view_content.tmpl
@@ -316,18 +316,15 @@
<div class="ui divider"></div>
- <div class="ui participants floating jump">
- <span class="text"><strong>{{len .Participants }} Participants</strong></span>
- <div class="ui floating jump">
+ <div class="ui participants">
+ <span class="text"><strong>{{.i18n.Tr "repo.issues.num_participants" .NumParticipants}}</strong></span>
+ <div>
{{range .Participants}}
<a href="{{.HomeLink}}">
- <img class="ui avatar image" src="{{.AvatarLink}}" data-content={{.FullName}}>
+ <img class="ui avatar image poping up" src="{{.AvatarLink}}" data-content="{{.DisplayName}}" data-position="top center" data-variation="small inverted">
</a>
{{end}}
</div>
- <script>
- $('.participants .ui.avatar.image').popup();
- </script>
</div>
</div>
</div>