Revamped for docker/sqlite3, lots of bugs fixed
This commit is contained in:
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 23 KiB |
@@ -1,17 +0,0 @@
|
||||
<footer class="page-footer" role="group" aria-label="{{.locale.Tr "aria.footer"}}">
|
||||
<div class="left-links" role="contentinfo" aria-label="{{.locale.Tr "aria.footer.software"}}">
|
||||
</div>
|
||||
<div class="right-links" role="group" aria-label="{{.locale.Tr "aria.footer.links"}}">
|
||||
<div class="ui dropdown upward language">
|
||||
<span class="flex-text-inline">{{svg "octicon-globe" 14}} {{.locale.LangName}}</span>
|
||||
<div class="menu language-menu">
|
||||
{{range .AllLangs}}
|
||||
<a lang="{{.Lang}}" data-url="{{AppSubUrl}}/?lang={{.Lang}}" class="item {{if eq $.locale.Lang .Lang}}active selected{{end}}">{{.Name}}</a>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
<a href="{{AssetUrlPrefix}}/js/licenses.txt">{{.locale.Tr "licenses"}}</a>
|
||||
{{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}}
|
||||
{{template "custom/extra_links_footer" .}}
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
4
custom/templates/custom/header.tmpl
Executable file
4
custom/templates/custom/header.tmpl
Executable file
@@ -0,0 +1,4 @@
|
||||
<style>
|
||||
.tab-size-8 {tab-size:4 !important;-moz-tab-size:4 !important}
|
||||
#navbar a[href="https://docs.gitea.com"] {display:none !important}
|
||||
</style>
|
||||
@@ -1 +0,0 @@
|
||||
<style>.tab-size-8 {tab-size:4 !important;-moz-tab-size:4 !important}</style>
|
||||
Reference in New Issue
Block a user