Skip to content

Commit 00f21da

Browse files
committed
Merge pull request #6 from ddurieux/patch-1
Update home.html
2 parents dae7c9e + 974fded commit 00f21da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/dashboard/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1 class="page-header">Dashboard</h1>
99
<div class="row">
1010

1111
<stats number="6" comments="New comments!" colour="primary" type="comments"></stats>
12-
<stats number="12" comments="New tasks!" colour="primary" type="user`"></stats>
12+
<stats number="12" comments="New tasks!" colour="primary" type="user"></stats>
1313
<stats number="18" comments="New orders!" colour="yellow" type="shopping-cart"></stats>
1414
<stats number="24" comments="Support tickets!" colour="red" type="support"></stats>
1515

@@ -48,4 +48,4 @@ <h1 class="page-header">Dashboard</h1>
4848
</div>
4949
<!-- /.row -->
5050
</div>
51-
</div>
51+
</div>

0 commit comments

Comments
 (0)