Fix tabs in the repo view

This commit is contained in:
Joseph Schorr 2015-03-31 14:40:34 -04:00
parent 9018cf14eb
commit 24b9fe5e48
2 changed files with 14 additions and 7 deletions

View file

@ -37,12 +37,12 @@
<!-- Admin Only Tabs -->
<span class="cor-tab" tab-title="Usage Logs" tab-target="#logs" tab-init="showLogs()"
ng-if="viewScope.repository.can_admin">
ng-show="viewScope.repository.can_admin">
<i class="fa fa-bar-chart"></i>
</span>
<span class="cor-tab" tab-title="Settings" tab-target="#settings"
ng-if="viewScope.repository.can_admin">
ng-show="viewScope.repository.can_admin">
<i class="fa fa-gear"></i>
</span>
</div> <!-- /cor-tabs -->