diff options
Diffstat (limited to 'templates/swagger/ui.tmpl')
-rw-r--r-- | templates/swagger/ui.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/swagger/ui.tmpl b/templates/swagger/ui.tmpl index 7ad39dd8e0..4b4d791979 100644 --- a/templates/swagger/ui.tmpl +++ b/templates/swagger/ui.tmpl @@ -6,7 +6,7 @@ <link href="{{StaticUrlPrefix}}/css/swagger.css?v={{MD5 AppVer}}" rel="stylesheet"> </head> <body> - <a class="swagger-back-link" href="{{AppUrl}}">{{svg "octicon-reply" 16}}{{.i18n.Tr "return_to_gitea"}}</a> + <a class="swagger-back-link" href="{{AppUrl}}">{{svg "octicon-reply"}}{{.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> |