diff --git a/src/templates/nodes/custom/_node_preview_forbidden.pug b/src/templates/nodes/custom/_node_preview_forbidden.pug index 89989791..aa38db55 100644 --- a/src/templates/nodes/custom/_node_preview_forbidden.pug +++ b/src/templates/nodes/custom/_node_preview_forbidden.pug @@ -2,16 +2,24 @@ section.node-preview-forbidden | {% if node.picture %} img(src="{{ node.picture.thumbnail('t', api=api) }}") | {% endif %} + div - div Available to Blender Cloud subscribers - div - small Support Blender and get awesome stuff! + p Available to Blender Cloud subscribers hr | {% 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 %} - 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 %} + | {% 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 %} diff --git a/src/templates/nodes/custom/comment/list_embed_base.pug b/src/templates/nodes/custom/comment/list_embed_base.pug index 7ffa47d9..e42ca2ba 100644 --- a/src/templates/nodes/custom/comment/list_embed_base.pug +++ b/src/templates/nodes/custom/comment/list_embed_base.pug @@ -55,9 +55,9 @@ | Only project members can comment. | {% elif current_user.has_cap('can-renew-subscription') %} 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 %} - | Join the conversations! Subscribe to Blender Cloud now. + | Join the conversation! #[a(href="https://store.blender.org/product/membership/") Subscribe to Blender Cloud] to comment. | {% endif %} | {% else %} diff --git a/src/templates/nodes/view_base.pug b/src/templates/nodes/view_base.pug index 826ca3ae..f1ce22cf 100644 --- a/src/templates/nodes/view_base.pug +++ b/src/templates/nodes/view_base.pug @@ -104,7 +104,7 @@ target="_blank", href="/renew") i.pi-heart - | Renew subscription to download + | Renew Subscription | {% elif current_user.is_authenticated %} .btn.disabled