rm old profile templates and route

This commit is contained in:
Rimian Perkins 2017-03-20 13:18:07 +11:00
parent ad843760e9
commit 667f15d716
3 changed files with 1 additions and 22 deletions

View File

@ -1,10 +1,3 @@
export default {
resource: 'user',
map() {
this.route('payments');
}
};
export default function() {
this.route('dd');
};

View File

@ -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}}

View File

@ -1,6 +1,6 @@
# name: discourse-donations
# about: Integrating Discourse with Stripe for donations
# version: 1.9.6
# version: 1.7.0
# url: https://github.com/choiceaustralia/discourse-donations
# authors: Rimian Perkins