mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 14:31:02 +00:00 
			
		
		
		
	fix only admin can view milestone desc
This commit is contained in:
		
					parent
					
						
							
								8ecbf0f16d
							
						
					
				
			
			
				commit
				
					
						eb918c2368
					
				
			
		
					 1 changed files with 5 additions and 5 deletions
				
			
		|  | @ -59,11 +59,11 @@ | ||||||
| 							{{end}} | 							{{end}} | ||||||
| 							<a class="delete-button" href="#" data-url="{{$.RepoLink}}/milestones/delete" data-id="{{.ID}}"><i class="octicon octicon-trashcan"></i> {{$.i18n.Tr "repo.issues.label_delete"}}</a> | 							<a class="delete-button" href="#" data-url="{{$.RepoLink}}/milestones/delete" data-id="{{.ID}}"><i class="octicon octicon-trashcan"></i> {{$.i18n.Tr "repo.issues.label_delete"}}</a> | ||||||
| 						</div> | 						</div> | ||||||
| 						{{if .Content}} | 					{{end}} | ||||||
| 							<div class="content"> | 					{{if .Content}} | ||||||
| 								{{.RenderedContent|Str2html}} | 						<div class="content"> | ||||||
| 							</div> | 							{{.RenderedContent|Str2html}} | ||||||
| 						{{end}} | 						</div> | ||||||
| 					{{end}} | 					{{end}} | ||||||
| 				</li> | 				</li> | ||||||
| 			{{end}} | 			{{end}} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue