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() {
|
||||
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}}
|
Loading…
Reference in New Issue