From 3d1fb557e624784f793eb8b3069c335e78be0213 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Wed, 6 Jul 2016 11:26:12 -0300 Subject: [PATCH] Added Donate and social buttons --- app/view/main/Main.js | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/app/view/main/Main.js b/app/view/main/Main.js index 861fbeb8..9f54787f 100644 --- a/app/view/main/Main.js +++ b/app/view/main/Main.js @@ -262,12 +262,28 @@ Ext.define('Rambox.view.main.Main', { ] } ,bbar: [ - '->' + { + text: 'Donate' + ,href: 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WU75QWS7LH2CA' + } + ,'->' ,{ xtype: 'label' ,html: ' with 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' + } ] } ]