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
Hide org/create menu item in Dashboard if user has no rights (
#4678
) (
#4680
)
master
SagePtr
Lauris BH
6 years ago
parent
6e68b61479
commit
a4fa6bbc89
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
templates/user/dashboard/navbar.tmpl
+ 2
- 0
templates/user/dashboard/navbar.tmpl
View File
@@ -23,9 +23,11 @@
</a>
{{end}}
</div>
{{if .SignedUser.CanCreateOrganization}}
<a class="item" href="{{AppSubUrl}}/org/create">
<i class="octicon octicon-plus"></i> {{.i18n.Tr "new_org"}}
</a>
{{end}}
</div>
</div>
</div>
Write
Preview
Loading…
Cancel
Save