diff --git a/app/views/content/index.html.erb b/app/views/content/index.html.erb index 45103d62..490b4edf 100644 --- a/app/views/content/index.html.erb +++ b/app/views/content/index.html.erb @@ -7,29 +7,30 @@ <%= render partial: 'cards/serendipitous/content_question', locals: { question: @question, content: @questioned_content } %> <% end %> -<% if @content.any? %> -
+ - + }); + + +<% if @content.any? %>
<%= render "devise/shared/links" %>
diff --git a/app/views/layouts/_sidebar.html.erb b/app/views/layouts/_sidebar.html.erb
index 4d6ba11b..4de54ae6 100644
--- a/app/views/layouts/_sidebar.html.erb
+++ b/app/views/layouts/_sidebar.html.erb
@@ -22,21 +22,24 @@
<% end %>
-
Subscriptions are here!
+You can now upload images!
- Read about what that means for you and your notebook in our latest blog post. + Image uploading has been our most-requested feature since launch. Now that I'm working full-time on + Notebook.ai, I'm happy to say it took about a week to finish up — and now it's ready for you. +
++ You can upload images to any content from the "Gallery" tab while editing it. +
++ Free users have 50MB of space, and premium users have a whopping 1GB. + <% if current_user && current_user.selected_billing_plan_id == BillingPlan.find_by(stripe_plan_id: 'free-for-life').id %> + Because you were here at Notebook.ai's launch, we've quintupled your space from 50MB to 250MB. Thank you! + <% end %> +
++ Happy worldbuilding, and + + don't forget to leave feedback on what feature you'd like to see next!
- <% active_billing_plans = current_user.active_billing_plans if current_user %> - <% if current_user && active_billing_plans.any? && active_billing_plans.first.stripe_plan_id == 'free-for-life' %> -- Because you signed up during Notebook.ai's October "free for life" promotion, your account will continue to be just that — - free for life. :) -
- <% else %> -- You can sign up for a subscription by clicking "Account billing" from the dropdown menu in the top-right of any page, or by - <%= link_to 'clicking here', subscription_path %>. -
- <% end %>