File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
<footer role="group" aria-label="{{.locale.Tr "aria.footer"}}">
2
2
<div class="ui container">
3
3
<div class="ui left" role="contentinfo" aria-label="{{.locale.Tr "aria.footer.software"}}">
4
- <a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.locale.Tr "powered_by" "Gitea"}}</a>
4
+ <img style="width:30px;height:12px;" src="{{AssetUrlPrefix}}/img/067.png">
5
+ 上海垣沁信息科技有限公司
5
6
{{if (or .ShowFooterVersion .PageIsAdmin)}}
6
7
{{.locale.Tr "version"}}:
7
8
{{if .IsAdmin}}
28
29
{{end}}
29
30
</div>
30
31
</div>
32
+ <!--
31
33
<a href="{{AssetUrlPrefix}}/js/licenses.txt">{{.locale.Tr "licenses"}}</a>
32
34
{{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}}
35
+ -->
33
36
{{template "custom/extra_links_footer" .}}
34
37
</div>
35
38
</div>
Original file line number Diff line number Diff line change 181
181
{{svg "octicon-tools"}}
182
182
{{.locale.Tr "your_settings"}}<!-- Your settings -->
183
183
</a>
184
+ <div style="display:none">
184
185
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">
185
186
{{svg "octicon-question"}}
186
187
{{.locale.Tr "help"}}<!-- Help -->
187
188
</a>
189
+ </div>
188
190
{{if .IsAdmin}}
189
191
<div class="divider"></div>
190
192
203
205
</div><!-- end dropdown avatar menu -->
204
206
</div><!-- end signed user right menu -->
205
207
{{else}}
208
+ <div style="display:none">
206
209
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">{{.locale.Tr "help"}}</a>
210
+ </div>
207
211
<div class="right stackable menu">
208
212
{{if .ShowRegistrationButton}}
209
213
<a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up">
You can’t perform that action at this time.
0 commit comments