mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-17 11:33:27 +00:00
style the product page a bit
This commit is contained in:
parent
399dca953a
commit
3999e1f7fd
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
{{#each products as |product|}}
|
{{#each products as |product|}}
|
||||||
<div>
|
<div class="product">
|
||||||
<h2>{{product.name}}</h2>
|
<h2>{{product.name}}</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -16,3 +16,9 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
|
{{#unless currentUser}}
|
||||||
|
<p>
|
||||||
|
{{i18n 'discourse_patrons.subscribe.unauthenticated'}}
|
||||||
|
</p>
|
||||||
|
{{/unless}}
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
|
||||||
|
<div id="product-list">
|
||||||
{{product-list products=model}}
|
{{product-list products=model}}
|
||||||
|
</div>
|
||||||
|
@ -31,3 +31,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#product-list {
|
||||||
|
padding: 40px 120px;
|
||||||
|
.product {
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -38,11 +38,11 @@ en:
|
|||||||
confirm: Are you sure you want to cancel this subscription?
|
confirm: Are you sure you want to cancel this subscription?
|
||||||
subscribe:
|
subscribe:
|
||||||
title: Subscribe
|
title: Subscribe
|
||||||
|
unauthenticated: You need to create an account to subscribe.
|
||||||
card:
|
card:
|
||||||
title: Payment
|
title: Payment
|
||||||
customer:
|
customer:
|
||||||
title: Customer Details
|
title: Customer Details
|
||||||
empty: We couldn't find a customer identifier in our system. A new one will be created for you.
|
|
||||||
buttons:
|
buttons:
|
||||||
subscribe: Subscribe
|
subscribe: Subscribe
|
||||||
one_time:
|
one_time:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user