Skip to content

Commit ba9d5c2

Browse files
author
Nguyen Sy Thanh Son
committed
fix issue #27
1 parent 6a14861 commit ba9d5c2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ dist
55
.sass-cache
66
bower_components
77
.idea
8+
*.swp
9+
*.swo

app/views/dashboard/home.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ <h1 class="page-header">Dashboard</h1>
88
<!-- /.row -->
99
<div class="row">
1010

11-
<stats number="6" comments="New comments!" colour="primary" type="comments"></stats>
12-
<stats number="12" comments="New tasks!" colour="primary" type="user"></stats>
13-
<stats number="18" comments="New orders!" colour="yellow" type="shopping-cart"></stats>
14-
<stats number="24" comments="Support tickets!" colour="red" type="support"></stats>
11+
<stats goto="dashboard.home" number="6" comments="New comments!" colour="primary" type="comments"></stats>
12+
<stats goto="dashboard.home" number="12" comments="New tasks!" colour="primary" type="user"></stats>
13+
<stats goto="dashboard.home" number="18" comments="New orders!" colour="yellow" type="shopping-cart"></stats>
14+
<stats goto="dashboard.home" number="24" comments="Support tickets!" colour="red" type="support"></stats>
1515

1616
</div>
1717

0 commit comments

Comments
 (0)