show username
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
<h3>{{i18n 'discourse_patrons.title' site_name=siteSettings.title}}</h3>
|
||||
<h2>{{i18n 'discourse_patrons.title' site_name=siteSettings.title}}</h2>
|
||||
|
||||
<table class="table discourse_patrons_admin">
|
||||
<thead>
|
||||
@@ -13,7 +13,7 @@
|
||||
</thead>
|
||||
{{#each model as |payment|}}
|
||||
<tr>
|
||||
<td>{{payment.user_id}}</td>
|
||||
<td>{{payment.username}}</td>
|
||||
<td>{{{stripe-payment-link payment}}}</td>
|
||||
<td>{{payment.receipt_email}}</td>
|
||||
<td>{{{format-duration payment.created_at_age}}}</td>
|
||||
|
||||
Reference in New Issue
Block a user