mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Clickable links in pull request (and issue) titles (#13695)
* clickable links in pull request (and issue) titles #13658 reuses the existing logic to render clickable links in commit messages * dedicated RenderIssueTitle function applied patch from @mrsdizzie
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
			
		||||
			</div>
 | 
			
		||||
		{{end}}
 | 
			
		||||
		<h1>
 | 
			
		||||
			<span id="issue-title">{{RenderEmoji .Issue.Title}}</span>
 | 
			
		||||
			<span id="issue-title">{{RenderIssueTitle .Issue.Title $.RepoLink $.Repository.ComposeMetas}}</span>
 | 
			
		||||
			<span class="index">#{{.Issue.Index}}</span>
 | 
			
		||||
			<div id="edit-title-input" class="ui input" style="display: none">
 | 
			
		||||
				<input value="{{.Issue.Title}}" maxlength="255">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user