Browse Source

Added Donate and social buttons

pull/116/head
Ramiro Saenz 9 years ago
parent
commit
3d1fb557e6
  1. 18
      app/view/main/Main.js

18
app/view/main/Main.js

@ -262,12 +262,28 @@ Ext.define('Rambox.view.main.Main', {
] ]
} }
,bbar: [ ,bbar: [
'->' {
text: 'Donate'
,href: 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WU75QWS7LH2CA'
}
,'->'
,{ ,{
xtype: 'label' xtype: 'label'
,html: '<span class="fa fa-code" style="color:black;"></span> with <span class="fa fa-heart" style="color:red;"></span> from Argentina as an Open Source project.' ,html: '<span class="fa fa-code" style="color:black;"></span> with <span class="fa fa-heart" style="color:red;"></span> from Argentina as an Open Source project.'
} }
,'->' ,'->'
,{
glyph: 'xf082@FontAwesome'
,href: 'https://www.facebook.com/ramboxapp'
}
,{
glyph: 'xf099@FontAwesome'
,href: 'https://www.twitter.com/ramboxapp'
}
,{
glyph: 'xf09b@FontAwesome'
,href: 'https://www.github.com/saenzramiro/rambox'
}
] ]
} }
] ]

Loading…
Cancel
Save