Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d707c573d8 | |||
| 69d64f6b62 | |||
| 19f1ef99c7 | |||
| e519d62cff | |||
| da23604acf | |||
| 6b25d52632 | |||
| 5df9c684d8 | |||
| e1aad7bfaf | |||
| 3441b4abcf | |||
| 273dfe7ddd | |||
| 8cb6705a93 | |||
| 04d6b2f3b7 | |||
| 6eebef3585 | |||
| 1b9637825b | |||
| c6ffcfb29e |
@@ -36,7 +36,6 @@
|
||||
</div>
|
||||
<a href="{{AssetUrlPrefix}}/licenses.txt">{{ctx.Locale.Tr "licenses"}}</a>
|
||||
{{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}}
|
||||
<a href="{{HelpURL}}" target="_blank">{{ctx.Locale.Tr "help"}}</a>
|
||||
{{template "custom/extra_links_footer" .}}
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -35,7 +35,9 @@
|
||||
|
||||
{{template "custom/extra_links" .}}
|
||||
|
||||
<a class="item" target="_blank" href="{{HelpURL}}">{{ctx.Locale.Tr "help"}}</a>
|
||||
{{if not .IsSigned}}
|
||||
<a class="item" target="_blank" href="{{HelpURL}}">{{ctx.Locale.Tr "help"}}</a>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
<!-- the full dropdown menus -->
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
<div class="ui container fluid">
|
||||
<div class="tw-text-center tw-mb-4">
|
||||
<img src="{{AssetUrlPrefix}}/img/login-logo.png" style="max-width: 220px; max-height: 80px; object-fit: contain;" onerror="this.style.display='none'">
|
||||
</div>
|
||||
{{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn)}}
|
||||
{{template "base/alert" .}}
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user