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}}
|
{{#if model}}
|
||||||
<table class="table discourse-patrons-user-table">
|
<table class="table discourse-subscriptions-user-table">
|
||||||
<thead>
|
<thead>
|
||||||
<th>{{i18n 'discourse_subscriptions.user.subscriptions.id'}}</th>
|
<th>{{i18n 'discourse_subscriptions.user.subscriptions.id'}}</th>
|
||||||
<th>{{i18n 'discourse_subscriptions.user.plans.product'}}</th>
|
<th>{{i18n 'discourse_subscriptions.user.plans.product'}}</th>
|
||||||
|
@ -31,3 +32,4 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
<p>{{i18n 'discourse_subscriptions.user.subscriptions_help'}}</p>
|
<p>{{i18n 'discourse_subscriptions.user.subscriptions_help'}}</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
{{/d-section}}
|
||||||
|
|
|
@ -28,12 +28,18 @@ textarea[readonly] {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.discourse-patrons-user-table {
|
table.discourse-subscriptions-user-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
th:first-child,
|
||||||
|
td:first-child,
|
||||||
|
th:last-child,
|
||||||
|
td:last-child {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.desc {
|
.desc {
|
||||||
|
|
Loading…
Reference in New Issue