Fix tabs in the repo view
This commit is contained in:
parent
9018cf14eb
commit
24b9fe5e48
2 changed files with 14 additions and 7 deletions
|
@ -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 -->
|
||||
|
|
Reference in a new issue