tidy up the user subscription list
This commit is contained in:
parent
42b79fdaaa
commit
7db60e2c4b
|
@ -1,8 +1,9 @@
|
|||
|
||||
{{i18n 'discourse_subscriptions.user.subscriptions.title'}}
|
||||
{{#d-section pageClass="user-subscriptions" class="user-content"}}
|
||||
<h2>{{i18n 'discourse_subscriptions.user.subscriptions.title'}}</h2>
|
||||
|
||||
{{#if model}}
|
||||
<table class="table discourse-patrons-user-table">
|
||||
<table class="table discourse-subscriptions-user-table">
|
||||
<thead>
|
||||
<th>{{i18n 'discourse_subscriptions.user.subscriptions.id'}}</th>
|
||||
<th>{{i18n 'discourse_subscriptions.user.plans.product'}}</th>
|
||||
|
@ -31,3 +32,4 @@
|
|||
{{else}}
|
||||
<p>{{i18n 'discourse_subscriptions.user.subscriptions_help'}}</p>
|
||||
{{/if}}
|
||||
{{/d-section}}
|
||||
|
|
|
@ -28,12 +28,18 @@ textarea[readonly] {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
table.discourse-patrons-user-table {
|
||||
table.discourse-subscriptions-user-table {
|
||||
width: 100%;
|
||||
th,
|
||||
td {
|
||||
padding: 10px;
|
||||
}
|
||||
th:first-child,
|
||||
td:first-child,
|
||||
th:last-child,
|
||||
td:last-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.desc {
|
||||
|
|
Loading…
Reference in New Issue