Merge branch 'master' into staging
This commit is contained in:
commit
5221c5cd97
|
@ -1,5 +1,5 @@
|
||||||
{{#if currentUser.username}}
|
{{#if currentUser.username}}
|
||||||
<a href="/user/{{currentUser.username}}/payments">
|
<a href="/users/{{currentUser.username}}/payments">
|
||||||
{{i18n 'discourse_donations.title'}}
|
{{i18n 'discourse_donations.title'}}
|
||||||
</a>
|
</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# name: discourse-donations
|
# name: discourse-donations
|
||||||
# about: Integrating Discourse with Stripe for donations
|
# about: Integrating Discourse with Stripe for donations
|
||||||
# version: 1.8.1
|
# version: 1.8.2
|
||||||
# url: https://github.com/choiceaustralia/discourse-donations
|
# url: https://github.com/choiceaustralia/discourse-donations
|
||||||
# authors: Rimian Perkins
|
# authors: Rimian Perkins
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue