Remove unnecassary words

This commit is contained in:
AhyoungRyu 2017-02-20 02:43:54 +09:00
parent b74c599178
commit 86e1eda3ef

View file

@ -95,7 +95,7 @@ limitations under the License.
<div class="box width-full heliumPackageContainer">
<!-- NPM type packages -->
<!-- NPM packages -->
<div class="row heliumPackageList"
ng-repeat="(pkgName, pkgInfo) in pkgsRegisteredInNpm"
ng-show="content == 'npmPkgs'">
@ -156,7 +156,7 @@ limitations under the License.
</div>
</div>
<!-- Maven type artifacts -->
<!-- Maven artifacts -->
<div class="row heliumPackageList"
ng-repeat="(pkgName, pkgInfo) in pkgsRegisteredInMaven"
ng-show="content == 'mavenArtifacts'">