mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Evaluate emojis in commit messages in list view (#7906)
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
This commit is contained in:
		@@ -81,8 +81,8 @@
 | 
				
			|||||||
						</span>
 | 
											</span>
 | 
				
			||||||
					</td>
 | 
										</td>
 | 
				
			||||||
				{{end}}
 | 
									{{end}}
 | 
				
			||||||
				<td class="message has-emoji">
 | 
									<td class="message">
 | 
				
			||||||
					<span class="truncate">
 | 
										<span class="truncate has-emoji">
 | 
				
			||||||
						<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
 | 
											<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
 | 
				
			||||||
					</span>
 | 
										</span>
 | 
				
			||||||
				</td>
 | 
									</td>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user