mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Name popup
This commit is contained in:
		@@ -321,10 +321,13 @@
 | 
				
			|||||||
				<div class="ui floating jump">
 | 
									<div class="ui floating jump">
 | 
				
			||||||
					{{range .Participants}}
 | 
										{{range .Participants}}
 | 
				
			||||||
						<a href="{{.HomeLink}}">
 | 
											<a href="{{.HomeLink}}">
 | 
				
			||||||
							<img class="ui avatar image" src="{{.AvatarLink}}" data-title={{.FullName}}>
 | 
												<img class="ui avatar image" src="{{.AvatarLink}}" data-content={{.FullName}}>
 | 
				
			||||||
						</a>
 | 
											</a>
 | 
				
			||||||
					{{end}}
 | 
										{{end}}
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
 | 
									<script>
 | 
				
			||||||
 | 
										$('.participants .ui.avatar.image').popup();
 | 
				
			||||||
 | 
									</script>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user