Minor tweaks to layout when able to re-new subscriptions
This commit is contained in:
parent
ab6b277293
commit
5eb464a1f3
@ -2,16 +2,24 @@ section.node-preview-forbidden
|
|||||||
| {% if node.picture %}
|
| {% if node.picture %}
|
||||||
img(src="{{ node.picture.thumbnail('t', api=api) }}")
|
img(src="{{ node.picture.thumbnail('t', api=api) }}")
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
div
|
div
|
||||||
div Available to Blender Cloud subscribers
|
p Available to Blender Cloud subscribers
|
||||||
div
|
|
||||||
small Support Blender and get awesome stuff!
|
|
||||||
hr
|
hr
|
||||||
| {% if current_user.has_cap('can-renew-subscription') %}
|
| {% if current_user.has_cap('can-renew-subscription') %}
|
||||||
a.btn(href="/renew") You have a subscription, it just needs to be renewed. Renew your subscription now!
|
p
|
||||||
|
small You have a subscription, it just needs to be renewed.
|
||||||
|
a.btn(href="/renew")
|
||||||
|
| #[i.pi-heart] Renew Subscription
|
||||||
| {% else %}
|
| {% else %}
|
||||||
a.btn(href="{{ url_for('cloud.join') }}") Get a Subscription
|
p
|
||||||
|
small Support Blender and get awesome stuff!
|
||||||
|
a.btn(href="{{ url_for('cloud.join') }}")
|
||||||
|
| #[i.pi-heart] Get a Subscription
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
| {% if current_user.is_anonymous %}
|
| {% if current_user.is_anonymous %}
|
||||||
a(href="{{ url_for('users.login') }}") Already a subscriber? Log in
|
p
|
||||||
|
small Already a subscriber?
|
||||||
|
a.btn(href="{{ url_for('users.login') }}") Log In
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
@ -55,9 +55,9 @@
|
|||||||
| Only project members can comment.
|
| Only project members can comment.
|
||||||
| {% elif current_user.has_cap('can-renew-subscription') %}
|
| {% elif current_user.has_cap('can-renew-subscription') %}
|
||||||
i.pi-heart
|
i.pi-heart
|
||||||
a(href='/renew', target='_blank') Renew your subscription to join the conversation!
|
| Join the conversation! #[a(href='/renew', target='_blank') Renew your subscription] to comment.
|
||||||
| {% else %}
|
| {% else %}
|
||||||
| Join the conversations! <a href="https://store.blender.org/product/membership/">Subscribe to Blender Cloud</a> now.
|
| Join the conversation! #[a(href="https://store.blender.org/product/membership/") Subscribe to Blender Cloud] to comment.
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
| {% else %}
|
| {% else %}
|
||||||
|
@ -104,7 +104,7 @@
|
|||||||
target="_blank",
|
target="_blank",
|
||||||
href="/renew")
|
href="/renew")
|
||||||
i.pi-heart
|
i.pi-heart
|
||||||
| Renew subscription to download
|
| Renew Subscription
|
||||||
|
|
||||||
| {% elif current_user.is_authenticated %}
|
| {% elif current_user.is_authenticated %}
|
||||||
.btn.disabled
|
.btn.disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user