This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
modify navigator bar for dashboard
pull/161/head
avadesian
3 years ago
parent
36e3faed5e
commit
b7d2089e98
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/base/head_navbar.tmpl
+1
-1
templates/base/head_navbar_home.tmpl
+ 1
- 1
templates/base/head_navbar.tmpl
View File
@@ -31,7 +31,7 @@
</div>
</div>
{{else if .IsLandingPageHome}}
<a class="item {{if .PageIsHome}}active{{end}}" href="{{AppSubUrl}}/
user/login?redirect_to={{.Link}}
">{{.i18n.Tr "home"}}</a>
<a class="item {{if .PageIsHome}}active{{end}}" href="{{AppSubUrl}}/
dashboard
">{{.i18n.Tr "home"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<div class="ui dropdown item">
+ 1
- 1
templates/base/head_navbar_home.tmpl
View File
@@ -31,7 +31,7 @@
</div>
</div>
{{else if .IsLandingPageHome}}
<a class="item {{if .PageIsHome}}active{{end}}" href="{{AppSubUrl}}/
user/login?redirect_to={{.Link}}
">{{.i18n.Tr "home"}}</a>
<a class="item {{if .PageIsHome}}active{{end}}" href="{{AppSubUrl}}/
dashboard
">{{.i18n.Tr "home"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<div class="ui dropdown item">
Write
Preview
Loading…
Cancel
Save