mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
feedback form
This commit is contained in:
parent
a12308d7cb
commit
e6155cd5be
@ -80,6 +80,13 @@
|
||||
Timeline Editor Beta Feedback
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= link_to 'https://docs.google.com/forms/d/e/1FAIpQLScCPsoJxLxOC_nY3nMrtENja33lnMXNDrZLtWOxS2BYCNlpCQ/viewform?usp=sf_link', target: '_new', class: 'waves-effect col s12' do %>
|
||||
<div class="hoverable card-panel">
|
||||
<i class="material-icons right">exit_to_app</i>
|
||||
Collections feedback
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
|
||||
13
app/views/notice_dismissal/messages/_15.html.erb
Normal file
13
app/views/notice_dismissal/messages/_15.html.erb
Normal file
@ -0,0 +1,13 @@
|
||||
<% if user_signed_in? && current_user.notice_dismissals.where(notice_id: 14).none? %>
|
||||
<div class="card-panel <%= PageCollection.color %> lighten-5">
|
||||
<p>
|
||||
Collections on Notebook.ai are a brand new feature and I'd love to get your feedback on how you would like to use them.
|
||||
<%= link_to 'To leave feedback, click here.', 'https://docs.google.com/forms/d/e/1FAIpQLScCPsoJxLxOC_nY3nMrtENja33lnMXNDrZLtWOxS2BYCNlpCQ/viewform?usp=sf_link' %>
|
||||
After dismissing this message, you can also find a link to the feedback form in the <%= link_to 'Help center', help_center_path %>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<%= link_to 'Dismiss this message', notice_dismissal_dismiss_path(notice_id: 15) %>.
|
||||
</p>
|
||||
</div>
|
||||
<% end %>
|
||||
@ -1,3 +1,5 @@
|
||||
<%= render partial: 'notice_dismissal/messages/15' %>
|
||||
|
||||
<% if @my_collections.any? || current_user.on_premium_plan? %>
|
||||
<div class="row">
|
||||
<h1 class="center" style="font-size: 2em">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user