mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Add link to home page on swagger ui (#12601)
* Add link to home page on swagger ui Signed-off-by: a1012112796 <1012112796@qq.com> * translate * Apply review suggestion * Move to right, Thanks @silverwind * tweaks Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		@@ -21,6 +21,7 @@ signed_in_as = Signed in as
 | 
			
		||||
enable_javascript = This website works better with JavaScript.
 | 
			
		||||
toc = Table of Contents
 | 
			
		||||
licenses = Licenses
 | 
			
		||||
return_to_gitea = Return to Gitea
 | 
			
		||||
 | 
			
		||||
username = Username
 | 
			
		||||
email = Email Address
 | 
			
		||||
 
 | 
			
		||||
@@ -16,9 +16,24 @@
 | 
			
		||||
				margin: 0;
 | 
			
		||||
				background: #fff;
 | 
			
		||||
			}
 | 
			
		||||
			.swagger-back-link {
 | 
			
		||||
				color: #1f69c0;
 | 
			
		||||
				text-decoration: none;
 | 
			
		||||
				position: absolute;
 | 
			
		||||
				top: 1rem;
 | 
			
		||||
				right: 1.5rem;
 | 
			
		||||
				display: flex;
 | 
			
		||||
				align-items: center;
 | 
			
		||||
			}
 | 
			
		||||
			.swagger-back-link svg {
 | 
			
		||||
				color: inherit;
 | 
			
		||||
				fill: currentcolor;
 | 
			
		||||
				margin-right: .5rem;
 | 
			
		||||
			}
 | 
			
		||||
		</style>
 | 
			
		||||
	</head>
 | 
			
		||||
	<body>
 | 
			
		||||
		<a class="swagger-back-link" href="{{AppUrl}}">{{svg "octicon-reply" 16}}{{.i18n.Tr "return_to_gitea"}}</a>
 | 
			
		||||
		<div id="swagger-ui" data-source="{{AppUrl}}swagger.{{.APIJSONVersion}}.json"></div>
 | 
			
		||||
		<script src="{{StaticUrlPrefix}}/js/swagger.js?v={{MD5 AppVer}}"></script>
 | 
			
		||||
	</body>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user