mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Templates for extra links in top navbar and repo tool tabs. (#3308)
These templates add content to the top navbar and to the repository page. This way we do not have to copy and modify the whole template, and re-modify it after upgrading Gitea if it changes. Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
This commit is contained in:
		
				
					committed by
					
						 Lauris BH
						Lauris BH
					
				
			
			
				
	
			
			
			
						parent
						
							88a3bb6d42
						
					
				
				
					commit
					45c264f681
				
			| @@ -66,6 +66,8 @@ To add custom HTML to the header or the footer of the page, in the `templates/cu | |||||||
| directory there is `header.tmpl` and `footer.tmpl` that can be modified. This can be | directory there is `header.tmpl` and `footer.tmpl` that can be modified. This can be | ||||||
| a useful place to add custom CSS files or additional Javascript. | a useful place to add custom CSS files or additional Javascript. | ||||||
|  |  | ||||||
|  | If all you want is to add extra links to the top navigation bar, or extra tabs to the repository view, you can put them in `extra_links.tmpl` and `extra_tabs.tmpl` inside your `custom/templates/custom/` directory. | ||||||
|  |  | ||||||
| ## Customizing gitignores, labels, licenses, locales, and readmes. | ## Customizing gitignores, labels, licenses, locales, and readmes. | ||||||
|  |  | ||||||
| Place custom files in corresponding sub-folder under `custom/options`. | Place custom files in corresponding sub-folder under `custom/options`. | ||||||
|   | |||||||
| @@ -158,6 +158,9 @@ | |||||||
| 					{{end}} | 					{{end}} | ||||||
|  |  | ||||||
| 					<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore/repos">{{.i18n.Tr "explore"}}</a> | 					<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore/repos">{{.i18n.Tr "explore"}}</a> | ||||||
|  |  | ||||||
|  | 					{{template "custom/extra_links" .}} | ||||||
|  |  | ||||||
| 					{{/* | 					{{/* | ||||||
| 						<div class="item"> | 						<div class="item"> | ||||||
| 						<div class="ui icon input"> | 						<div class="ui icon input"> | ||||||
|   | |||||||
							
								
								
									
										0
									
								
								templates/custom/extra_links.tmpl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								templates/custom/extra_links.tmpl
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										0
									
								
								templates/custom/extra_tabs.tmpl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								templates/custom/extra_tabs.tmpl
									
									
									
									
									
										Normal file
									
								
							| @@ -89,6 +89,8 @@ | |||||||
| 				</a> | 				</a> | ||||||
| 			{{end}} | 			{{end}} | ||||||
|  |  | ||||||
|  | 			{{template "custom/extra_tabs" .}} | ||||||
|  |  | ||||||
| 			{{if .IsRepositoryAdmin}} | 			{{if .IsRepositoryAdmin}} | ||||||
| 				<div class="right menu"> | 				<div class="right menu"> | ||||||
| 					<a class="{{if .PageIsSettings}}active{{end}} item" href="{{.RepoLink}}/settings"> | 					<a class="{{if .PageIsSettings}}active{{end}} item" href="{{.RepoLink}}/settings"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user