File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ export default Ember.ArrayController.extend(PaginationMixin, {
2929 toggleShowSortBy ( ) {
3030 var opt = 'showSortBy' ;
3131 this . get ( 'controllers.application' ) . resetDropdownOption ( this , opt ) ;
32-
3332 } ,
3433 } ,
3534} ) ;
Original file line number Diff line number Diff line change 2424 <div id =' stats' >
2525 <div class =' downloads' >
2626 <img src =" /assets/download.png" />
27- <span class =' num' >{{ format-num num_downloads }} </span >
27+ <span class =' num' >{{ format-num model. num_downloads}} </span >
2828 <span class =' desc small' >Downloads</span >
2929 </div >
3030 <div class =' crates' >
3131 <img src =" /assets/crate.png" />
32- <span class =' num' >{{ format-num num_crates }} </span >
32+ <span class =' num' >{{ format-num model. num_crates}} </span >
3333 <span class =' desc small' >Crates in stock</span >
3434 </div >
3535 </div >
3838<div id =' home-crates' class =' crate-lists' >
3939 <div id =' new-crates' >
4040 <h2 >New Crates</h2 >
41- {{ crate-list crates =new_crates }}
41+ {{ crate-list crates =model. new_crates}}
4242 </div >
4343 <div id =' most-downloaded' >
4444 <h2 >Most Downloaded</h2 >
45- {{ crate-list crates =most_downloaded }}
45+ {{ crate-list crates =model. most_downloaded}}
4646 </div >
4747 <div id =' just-updated' >
4848 <h2 >Just Updated</h2 >
49- {{ crate-list crates =just_updated }}
49+ {{ crate-list crates =model. just_updated}}
5050 </div >
5151</div >
You can’t perform that action at this time.
0 commit comments