Browse Source

Name popup

Kim "BKC" Carlbäcker 9 years ago
parent
commit
b921161666
1 changed files with 4 additions and 1 deletions
  1. 4 1
      templates/repo/issue/view_content.tmpl

+ 4 - 1
templates/repo/issue/view_content.tmpl

@@ -321,10 +321,13 @@
 				<div class="ui floating jump">
 					{{range .Participants}}
 						<a href="{{.HomeLink}}">
-							<img class="ui avatar image" src="{{.AvatarLink}}" data-title={{.FullName}}>
+							<img class="ui avatar image" src="{{.AvatarLink}}" data-content={{.FullName}}>
 						</a>
 					{{end}}
 				</div>
+				<script>
+					$('.participants .ui.avatar.image').popup();
+				</script>
 			</div>
 		</div>
 	</div>