create all components for new repo page
This commit is contained in:
parent
6ae13096c7
commit
8fae92267e
6 changed files with 36 additions and 9 deletions
|
@ -5,7 +5,9 @@
|
|||
<!-- New Public Repo Page experiment -->
|
||||
<div ng-if="newRepoExperiment" class="main-panel">
|
||||
<!-- React Components -->
|
||||
<repo-header />
|
||||
<rp-header></rp-header>
|
||||
<rp-sidebar></rp-sidebar>
|
||||
<rp-main></rp-main>
|
||||
</div>
|
||||
<!-- Old Repo Page -->
|
||||
<div ng-if="!newRepoExperiment">
|
||||
|
|
Reference in a new issue