create all components for new repo page

This commit is contained in:
Ian Minoso 2016-10-28 18:39:34 -04:00
parent 6ae13096c7
commit 8fae92267e
6 changed files with 36 additions and 9 deletions

View file

@ -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">