summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_content.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/issue/view_content.tmpl')
-rw-r--r--templates/repo/issue/view_content.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl
index c641d7a8ff..0c1c2690d8 100644
--- a/templates/repo/issue/view_content.tmpl
+++ b/templates/repo/issue/view_content.tmpl
@@ -313,6 +313,22 @@
{{end}}
</div>
</div>
+
+ <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">
+ {{range .Participants}}
+ <a href="{{.HomeLink}}">
+ <img class="ui avatar image" src="{{.AvatarLink}}" data-content={{.FullName}}>
+ </a>
+ {{end}}
+ </div>
+ <script>
+ $('.participants .ui.avatar.image').popup();
+ </script>
+ </div>
</div>
</div>
</div>