[Notice] Announcing the End of Demo Server [Read me]
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
@**
* Yona, 21st Century Project Hosting SW
*
* Copyright Yona & Yobi Authors & NAVER Corp.
* https://yona.io
**@
<div class="tab-pane user-project-list active" id="myOrganizationList">
@views.html.index.myOrganizationList(UserApp.currentUser())
</div>
<div class="tab-pane user-project-list" id="myProjectList">
@views.html.index.myProjectList(UserApp.currentUser())
</div>
@if(!Application.HIDE_PROJECT_LISTING && !UserApp.currentUser().isGuest){
<div class="tab-pane user-project-list" id="allProjectList">
@views.html.index.allProjectList(UserApp.currentUser())
</div>
}