File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ module.exports = React.createClass({
6262 </ div >
6363 < div className = 'itemRight' >
6464 < div className = 'itemInfo' > { moment ( article . updatedAt ) . fromNow ( ) } by < span className = 'userProfileName' > { article . User . profileName } </ span > </ div >
65- < div className = 'description' > { article . description . length > 50 ? article . description . substring ( 0 , 50 ) + ' …' : article . description } </ div >
65+ < div className = 'description' > { article . description } </ div >
6666 < div className = 'tags' > < i className = 'fa fa-tags' /> { tags } </ div >
6767 </ div >
6868 </ div >
Original file line number Diff line number Diff line change 4646 border solid 2px transparent
4747 box-sizing border-box
4848 cursor pointer
49+ white-space nowrap
50+ overflow-x hidden
51+ text-overflow ellipsis
4952 .divider
5053 box-sizing border-box
5154 border-bottom solid 1px borderColor
Original file line number Diff line number Diff line change @@ -89,13 +89,13 @@ module.exports = [
8989 click : function ( ) {
9090 BrowserWindow . getFocusedWindow ( ) . reload ( )
9191 }
92- } ,
93- {
94- label : 'Toggle DevTools' ,
95- accelerator : 'Alt+Command+I' ,
96- click : function ( ) {
97- BrowserWindow . getFocusedWindow ( ) . toggleDevTools ( )
98- }
92+ // },
93+ // {
94+ // label: 'Toggle DevTools',
95+ // accelerator: 'Alt+Command+I',
96+ // click: function () {
97+ // BrowserWindow.getFocusedWindow().toggleDevTools()
98+ // }
9999 }
100100 ]
101101 } ,
Original file line number Diff line number Diff line change 11{
22 "name" : " boost" ,
3- "version" : " 0.2.5 " ,
3+ "version" : " 0.2.6 " ,
44 "description" : " Boost App" ,
55 "main" : " main.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments