Merge pull request #2050 from iminoso/layout

Create all components for new repo page
This commit is contained in:
Ian Minoso 2016-11-02 11:37:33 -04:00 committed by GitHub
commit 74b6944b0d
8 changed files with 53 additions and 15 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-body></rp-body>
</div>
<!-- Old Repo Page -->
<div ng-if="!newRepoExperiment">