mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	Merge pull request '[v7.0/forgejo] Fix toggling WIP state in PR footer' (#3551) from bp-v7.0/forgejo-900bf43 into v7.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3551 Reviewed-by: Otto <otto@codeberg.org>
This commit is contained in:
		
				commit
				
					
						c3e5e9ffb8
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -81,7 +81,7 @@
 | 
			
		|||
					{{ctx.Locale.Tr "repo.pulls.data_broken"}}
 | 
			
		||||
				</div>
 | 
			
		||||
			{{else if .IsPullWorkInProgress}}
 | 
			
		||||
				<div class="item toggle-wip" data-title="{{.Issue.Title}}" data-wip-prefix="{{.WorkInProgressPrefix}}" data-update-url="{{.Issue.Link}}/title">
 | 
			
		||||
				<div class="item toggle-wip" data-title="{{.Issue.Title}}" data-wip-prefixes="{{JsonUtils.EncodeToString .PullRequestWorkInProgressPrefixes}}" data-update-url="{{.Issue.Link}}/title">
 | 
			
		||||
					<div class="item-section-left flex-text-inline tw-flex-1">
 | 
			
		||||
						{{svg "octicon-x"}}
 | 
			
		||||
						{{ctx.Locale.Tr "repo.pulls.cannot_merge_work_in_progress"}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue