Skip to content

Commit 5fdb4c6

Browse files
committed
Merge pull request #8 from nicovogelaar/pull-request-1
Removes incorrect row div from dashboard home view
2 parents 3299db1 + 2965156 commit 5fdb4c6

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

app/views/dashboard/home.html

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,21 @@ <h1 class="page-header">Dashboard</h1>
2929
<!-- /.panel -->
3030
</div>
3131
<!-- /.col-lg-8 -->
32-
<div class= "row">
33-
<div class="col-lg-4">
34-
<div class="panel panel-default">
35-
<div class="panel-heading">
36-
<i class="fa fa-bell fa-fw"></i> Notifications Panel
37-
</div>
38-
<!-- /.panel-heading -->
39-
<notifications></notifications>
40-
<!-- /.panel-body -->
32+
<div class="col-lg-4">
33+
<div class="panel panel-default">
34+
<div class="panel-heading">
35+
<i class="fa fa-bell fa-fw"></i> Notifications Panel
4136
</div>
42-
<!-- /.panel -->
43-
44-
<chat></chat>
45-
<!-- /.panel .chat-panel -->
37+
<!-- /.panel-heading -->
38+
<notifications></notifications>
39+
<!-- /.panel-body -->
4640
</div>
47-
<!-- /.col-lg-4 -->
41+
<!-- /.panel -->
42+
43+
<chat></chat>
44+
<!-- /.panel .chat-panel -->
4845
</div>
49-
<!-- /.row -->
46+
<!-- /.col-lg-4 -->
5047
</div>
48+
<!-- /.row -->
5149
</div>

0 commit comments

Comments
 (0)