mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-19 23:31:38 +02:00
11 lines
397 B
HTML
11 lines
397 B
HTML
<section class="container" ng-controller="CollectionAdminController 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">
|
|
{{'COLLECTIONS.ADMIN_MANAGE' | translate}}
|
|
</h3>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</section> |