summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/partials/edit-subscription.ejs27
1 files changed, 15 insertions, 12 deletions
diff --git a/views/partials/edit-subscription.ejs b/views/partials/edit-subscription.ejs
index cfd5728..266d43b 100644
--- a/views/partials/edit-subscription.ejs
+++ b/views/partials/edit-subscription.ejs
@@ -16,29 +16,32 @@
</li>
<li class="paidPlan">
Your current plan level is <span data-role="planName"></span>
- <table>
+ <table class="planInfo">
<tr class="planRow">
- <td><span data-role="planName"></span></td>
+ <th><span data-role="planName"></span></th>
<td></td>
- <td>@ $<span data-role="planCost"></span>/<span data-role="billingInterval"></span></td>
+ <td></td>
+ <td>$<span data-role="planCost"></span>/<span data-role="billingInterval"></span></td>
</tr>
<tr class="basicLayoutRow">
- <td>Additional Basic layouts</td>
+ <th>Additional Basic layouts</th>
<td><span data-role="basicLayoutQuantity"></span></td>
- <td>@ $<span data-role="basicLayoutCost"></span>/<span data-role="billingInterval"></span></td>
- <td>$<span data-role="basicLayoutTotal"></span></td>
+ <td>each $<span data-role="basicLayoutCost"></span>/<span data-role="billingInterval"></span></td>
+ <td>$<span data-role="basicLayoutTotal"></span>/<span data-role="billingInterval"></span></td>
<td>Buy more</td>
</tr>
<tr class="proLayoutRow">
- <td>Additional Pro layouts</td>
+ <th>Additional Pro layouts</th>
<td><span data-role="proLayoutQuantity"></span></td>
- <td>@ $<span data-role="proLayoutCost"></span>/<span data-role="billingInterval"></span></td>
- <td>$<span data-role="proLayoutTotal"></span></td>
+ <td>@ $<span data-role="proLayoutCost"></span> ...</td>
+ <td>$<span data-role="proLayoutTotal"></span>/<span data-role="billingInterval"></span></td>
+ <td>Buy more</td>
</tr>
<tr class="totalRow">
- <td>Total</td>
- <td></td><td></td>
- <td>$<span data-role="planTotal"></span></td>
+ <td></td>
+ <td></td>
+ <th>Total</th>
+ <td>$<span data-role="planTotal"></span>/<span data-role="billingInterval"></span></td>
</tr>
</table>
<button data-role="upgradeSubscription">Upgrade your subscription</button>