mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Replace patreon link with button for customizing your pages
This commit is contained in:
parent
9416b67f80
commit
32982d53e4
@ -105,7 +105,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<i class="material-icons green-text">check</i>
|
||||
Create <strong>all 12</strong> page types
|
||||
Create <strong>all <%= Rails.application.config.content_types[:all].count %></strong> page types
|
||||
</li>
|
||||
<li class="center">
|
||||
<% Rails.application.config.content_types[:all].each_with_index do |content_class, i| %>
|
||||
@ -152,7 +152,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<i class="material-icons green-text">check</i>
|
||||
Create <strong>all 12</strong> page types
|
||||
Create <strong>all <%= Rails.application.config.content_types[:all].count %></strong> page types
|
||||
</li>
|
||||
<li class="center">
|
||||
<% Rails.application.config.content_types[:all].each_with_index do |content_class, i| %>
|
||||
@ -199,7 +199,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<i class="material-icons green-text">check</i>
|
||||
Create <strong>all 12</strong> page types
|
||||
Create <strong>all <%= Rails.application.config.content_types[:all].count %></strong> page types
|
||||
</li>
|
||||
<li class="center">
|
||||
<% Rails.application.config.content_types[:all].each_with_index do |content_class, i| %>
|
||||
@ -233,9 +233,14 @@
|
||||
<div class="card-content">
|
||||
|
||||
<% if on_premium_plan || free_for_life_user %>
|
||||
<div class="card-title">Want to help support Notebook.ai even further?</div>
|
||||
<div class="card-title">Your subscription is active!</div>
|
||||
<p>
|
||||
Every little bit helps! <a href="https://www.patreon.com/indentlabs">Visit us on Patreon</a> to pledge as little or as much as you'd like each month, with proceeds going directly towards Notebook.ai hosting and upkeep costs. Thank you for your support!
|
||||
All page types are unlocked. You can turn on or off whichever ones you'd like by
|
||||
<%= link_to 'clicking here', customization_content_types_path %> or on the button below.
|
||||
</p>
|
||||
<br />
|
||||
<p>
|
||||
<%= link_to 'Enable premium pages', customization_content_types_path, class: 'btn btn-large blue white-text' %>
|
||||
</p>
|
||||
<% else %>
|
||||
<div class="card-title">Choose your way to pay</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user