mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-09 13:40:26 +01:00
11 lines
386 B
HTML
11 lines
386 B
HTML
<section class="container" ng-controller="AboutController as vm" ng-init="vm.init();">
|
|
<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_ADMIN' | translate}}
|
|
</h3>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</section> |