diff --git a/client/homebrew/pages/userPage/userPage.jsx b/client/homebrew/pages/userPage/userPage.jsx index 9dd72c2ca..b32e09f79 100644 --- a/client/homebrew/pages/userPage/userPage.jsx +++ b/client/homebrew/pages/userPage/userPage.jsx @@ -83,6 +83,22 @@ const UserPage = createClass({ }); }, + renderSortRadioOption : function(sortTitle, sortValue){ + return + + ; + }, + renderSortOptions : function(){ return
@@ -90,72 +106,12 @@ const UserPage = createClass({ - - - - - -
Sort Type :
- - - - - - - - - - + {this.renderSortRadioOption('Title', 'alpha')} + {this.renderSortRadioOption('Created Date', 'created')} + {this.renderSortRadioOption('Updated Date', 'updated')} + {this.renderSortRadioOption('Views', 'views')} + {/* {this.renderSortRadioOption('Latest', 'latest')} */} +
Direction :