mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-04-14 16:07:50 +02:00
change views class => container
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<section>
|
||||
<section class="container">
|
||||
<div class="page-header">
|
||||
<h1>{{vm.article._id ? 'Edit Article' : 'New Article'}}</h1>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<section>
|
||||
<section class="container">
|
||||
<div class="page-header">
|
||||
<h1>
|
||||
Articles
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<section>
|
||||
<section class="container">
|
||||
<div class="page-header">
|
||||
<h1>Articles</h1>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<section>
|
||||
<section class="container">
|
||||
<div class="page-header">
|
||||
<h1 ng-bind="vm.article.title"></h1>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<section ng-controller="TorrentsUploadsController as vm">
|
||||
<section class="container" ng-controller="TorrentsUploadsController as vm">
|
||||
<div class="jumbotron">
|
||||
<div class="row">
|
||||
<div class="col-md-11 col-md-offset-1 col-sm-11 col-sm-offset-1 col-xs-12">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<section>
|
||||
<section class="container">
|
||||
<div class="page-header">
|
||||
<h1>User <span ng-bind="vm.user.username"></span></h1>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<section>
|
||||
<section class="container">
|
||||
<div class="page-header">
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<section>
|
||||
<section class="container">
|
||||
<div class="page-header">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<section>
|
||||
<section class="container">
|
||||
<div class="page-header">
|
||||
<h1>Settings</h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user