Eliminacion login head_navbar --> foooter_content & seleccion de idiomas en head_navbar
This commit is contained in:
parent
5980b8b10f
commit
8d1a881db3
@ -183,6 +183,14 @@
|
|||||||
<span class="tw-ml-1">{{ctx.Locale.Tr "sign_in"}}</span>
|
<span class="tw-ml-1">{{ctx.Locale.Tr "sign_in"}}</span>
|
||||||
</a>
|
</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
<div class="ui dropdown">
|
||||||
|
<span class="flex-text-inline">{{svg "octicon-globe" 14}} {{ctx.Locale.LangName}}</span>
|
||||||
|
<div class="menu language-menu">
|
||||||
|
{{range .AllLangs -}}
|
||||||
|
<a lang="{{.Lang}}" data-url="{{AppSubUrl}}/?lang={{.Lang}}" class="item {{if eq ctx.Locale.Lang .Lang}}selected{{end}}">{{.Name}}</a>
|
||||||
|
{{end -}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/jose">
|
<a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/jose">
|
||||||
{{svg "octicon-person-fill"}}
|
{{svg "octicon-person-fill"}}
|
||||||
<span class="tw-ml-1">{{ctx.Locale.Tr "your_profile"}}</span>
|
<span class="tw-ml-1">{{ctx.Locale.Tr "your_profile"}}</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user