Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ dist
.sass-cache
bower_components
.idea
*.swp
*.swo
8 changes: 4 additions & 4 deletions app/views/dashboard/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ <h1 class="page-header">Dashboard</h1>
<!-- /.row -->
<div class="row">

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

</div>

Expand Down