mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
show disabled option for non-premium users
This commit is contained in:
parent
1db322a310
commit
f33cf24a67
@ -56,6 +56,15 @@
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
<% else %>
|
||||
<%= link_to subscription_path, class: "halfway-fab waves-effect waves-light", style: 'width: 100%' do %>
|
||||
<div class="card grey lighten-2 tooltipped" data-tooltip="Requesting an AI-driven document analysis requires a Premium subscription." data-position="left">
|
||||
<div class="card-content black-text">
|
||||
<i class="material-icons left">bar_chart</i>
|
||||
Analyze document
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user