mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-16 16:34:43 +00:00
If an anonymous user tries to subscribe we need to show them a log in message first. We currently don't have support for anonymous subscriptions.
7 lines
126 B
Handlebars
7 lines
126 B
Handlebars
<div class="container">
|
|
{{#if this.currentUser}}
|
|
{{this.pricingTable}}
|
|
{{else}}
|
|
<LoginRequired />
|
|
{{/if}}
|
|
</div> |