Files
meanTorrent/modules/about/client/views/maker-view.client.view.html

11 lines
390 B
HTML

<section class="container" ng-controller="AboutController as vm" ng-init="vm.getMakerList();">
<div class="row margin-top-20">
<div class="col-sm-12 col-md-10 col-md-offset-1">
<span>
<h3 class="margin-bottom-30">
{{'ABOUT.MAKER_GROUP' | translate}} -
</h3>
</span>
</div>
</div>
</section>