improve cor-tabs architecture
This commit is contained in:
parent
cef4d3bf4b
commit
9da1487bbc
32 changed files with 629 additions and 326 deletions
|
@ -20,7 +20,9 @@
|
|||
<div class="repo-list-view padded" namespaces="[context.viewuser]"> </div>
|
||||
</div>
|
||||
|
||||
<cor-tab-panel ng-if="context.viewuser.is_me" vertical-tabs="true">
|
||||
<cor-tab-panel ng-if="context.viewuser.is_me"
|
||||
orientation="vertical"
|
||||
cor-nav-tabs>
|
||||
<cor-tabs quay-show="context.viewuser.is_me">
|
||||
<cor-tab tab-active="true" tab-title="Repositories" tab-id="repos">
|
||||
<i class="fa fa-hdd-o"></i>
|
||||
|
|
Reference in a new issue