|
@@ -152,8 +152,9 @@
|
|
|
<a class="{{if .PageIsUserSettings}}active{{end}} item" href="{{AppSubURL}}/user/settings">
|
|
|
<i class="octicon octicon-settings"></i> {{.i18n.Tr "your_settings"}}
|
|
|
</a>
|
|
|
- <a class="item" target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs" rel="noreferrer">
|
|
|
- <i class="octicon octicon-question"></i> {{.i18n.Tr "help"}}
|
|
|
+ <a class="item" target="_blank" href="/G-Node/info/wiki" rel="noreferrer">
|
|
|
+ <i class="octicon octicon-question"></i>
|
|
|
+ {{.i18n.Tr "help"}}<!-- Help -->
|
|
|
</a>
|
|
|
{{if .IsAdmin}}
|
|
|
<div class="divider"></div>
|
|
@@ -177,7 +178,7 @@
|
|
|
|
|
|
{{else}}
|
|
|
|
|
|
- <a class="item" target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs" rel="noreferrer">{{.i18n.Tr "help"}}</a>
|
|
|
+ <a class="item" target="_blank" href="/G-Node/info/wiki" rel="noreferrer">{{.i18n.Tr "help"}}</a>
|
|
|
<div class="right menu">
|
|
|
{{if .ShowRegistrationButton}}
|
|
|
<a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubURL}}/user/sign_up">
|