fix donation link

This commit is contained in:
antelle 2017-05-12 18:43:04 +02:00
parent 919df8f4e6
commit 06dcfcb2cb
4 changed files with 6 additions and 4 deletions

View File

@ -63,7 +63,7 @@ Also you can help by [translating KeeWeb](https://keeweb.oneskyapp.com) to your
# Donations
Donate with PayPal:
[![Donate with PayPal](https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VE75PM997C2GW)
[![Donate with PayPal](https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.me/dvitkovsky)
Please note: donation does not imply any type of service contract.

View File

@ -10,7 +10,8 @@ const Links = {
SelfHostedDropbox: 'https://github.com/keeweb/keeweb#self-hosting',
Manifest: 'https://app.keeweb.info/manifest.appcache',
AutoType: 'https://github.com/keeweb/keeweb/wiki/Auto-Type',
Translation: 'https://keeweb.oneskyapp.com/'
Translation: 'https://keeweb.oneskyapp.com/',
Donation: 'https://www.paypal.me/dvitkovsky'
};
module.exports = Links;

View File

@ -10,7 +10,8 @@ const SettingsAboutView = Backbone.View.extend({
version: RuntimeInfo.version,
licenseLink: Links.License,
licenseLinkApache: Links.LicenseApache,
repoLink: Links.Repo
repoLink: Links.Repo,
donationLink: Links.Donation
});
}
});

View File

@ -3,7 +3,7 @@
<p>{{#res 'setAboutFirst'}}<a href="http://antelle.net" target="_blank">Antelle</a>{{/res~}}&nbsp;
{{~#res 'setAboutSecond'}}<a href="{{licenseLink}}" target="_blank">MIT</a>{{/res}}
{{#res 'setAboutSource'}}<a href="{{repoLink}}" target="_blank">GitHub <i class="fa fa-github-alt"></i></a>{{/res}}</p>
<a class="settings__donate-btn" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VE75PM997C2GW" target="_blank">Donate</a>
<a class="settings__donate-btn" href="{{donationLink}}" target="_blank">Donate</a>
<p>{{res 'setAboutBuilt'}}:</p>
<h3>Libraries</h3>
<ul>