diff options
author | augier <christophe@c-henry.fr> | 2015-12-05 12:14:55 +0100 |
---|---|---|
committer | augier <christophe@c-henry.fr> | 2015-12-05 12:14:55 +0100 |
commit | 0ac5edd99c009b1a82c8483bf45f15b9086276cb (patch) | |
tree | 2b9cd09b2f6e961f3d4594eba97d8d92345a591e /views/index.jade | |
parent | dcc700d2c86f1e1c9d740860acc1277830ce955f (diff) | |
download | PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.tar.gz PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.tar.zst PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.zip |
Styling structure
Diffstat (limited to 'views/index.jade')
-rw-r--r-- | views/index.jade | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/views/index.jade b/views/index.jade index 21cedb324..a49758fc0 100644 --- a/views/index.jade +++ b/views/index.jade | |||
@@ -1,16 +1,7 @@ | |||
1 | extends layout | 1 | extends layout |
2 | 2 | ||
3 | block content | 3 | block content |
4 | |||
5 | div(class='container') | 4 | div(class='container') |
6 | |||
7 | header(class='row') | ||
8 | div(class='col-md-2') | ||
9 | h4 PeerTube | ||
10 | |||
11 | div(class='col-md-8') | ||
12 | input(type='text' id='search_video' name='search_video' class='form-control' placeholder='Search a video...') | ||
13 | |||
14 | div(class='row') | 5 | div(class='row') |
15 | include panel | 6 | include panel |
16 | 7 | ||