mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-08 15:22:46 +00:00
rm old profile templates and route
This commit is contained in:
parent
ad843760e9
commit
667f15d716
@ -1,10 +1,3 @@
|
|||||||
export default {
|
|
||||||
resource: 'user',
|
|
||||||
map() {
|
|
||||||
this.route('payments');
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function() {
|
export default function() {
|
||||||
this.route('dd');
|
this.route('dd');
|
||||||
};
|
};
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
{{#d-section pageClass="user-donations" class="user-content user-donations"}}
|
|
||||||
<div class="user-table">
|
|
||||||
<div class="wrapper">
|
|
||||||
<section class="user-navigation">
|
|
||||||
<ul class="action-list nav-stacked">
|
|
||||||
<li class="no-glyph">{{i18n 'discourse_donations.title'}}</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="user-right">
|
|
||||||
{{stripe-card}}
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{{/d-section}}
|
|
@ -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.9.6
|
# version: 1.7.0
|
||||||
# url: https://github.com/choiceaustralia/discourse-donations
|
# url: https://github.com/choiceaustralia/discourse-donations
|
||||||
# authors: Rimian Perkins
|
# authors: Rimian Perkins
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user