don't show project cog in issue sidebar if no permission (#14953)
This commit is contained in:
		
							parent
							
								
									91ee3be588
								
							
						
					
					
						commit
						855a4f476e
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -195,7 +195,9 @@ | |||
| 			<div class="ui {{if or (not .HasIssuesOrPullsWritePermission) .Repository.IsArchived}}disabled{{end}} floating jump select-project dropdown"> | ||||
| 				<span class="text"> | ||||
| 					<strong>{{.i18n.Tr "repo.issues.new.projects"}}</strong> | ||||
| 					{{svg "octicon-gear"}} | ||||
| 					{{if and .HasIssuesOrPullsWritePermission (not .Repository.IsArchived)}} | ||||
| 						{{svg "octicon-gear"}} | ||||
| 					{{end}} | ||||
| 				</span> | ||||
| 				<div class="menu" data-action="update" data-issue-id="{{$.Issue.ID}}" data-update-url="{{$.RepoLink}}/issues/projects"> | ||||
| 					<div class="no-select item">{{.i18n.Tr "repo.issues.new.clear_projects"}}</div> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue