The initialize block in the new repo view should be behind the build feature flag as well.
This commit is contained in:
parent
c1398c6d2b
commit
aba48c5f42
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row" ng-show="Features.BUILD_SUPPORT">
|
||||||
|
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="section">
|
<div class="section">
|
||||||
|
|
Reference in a new issue