From cc80c504ad478a27f9be60bd9871d06da7e9fd4b Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 21 Jul 2021 17:44:34 -0700 Subject: [PATCH] don't double up on tips --- app/views/thredded/posts_common/form/_content_field.html.erb | 2 +- app/views/thredded/topics/show.html.erb | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/thredded/posts_common/form/_content_field.html.erb b/app/views/thredded/posts_common/form/_content_field.html.erb index b907d569..a208b2fc 100644 --- a/app/views/thredded/posts_common/form/_content_field.html.erb +++ b/app/views/thredded/posts_common/form/_content_field.html.erb @@ -7,7 +7,7 @@ <% end %>
- You can now @-mention your Notebook.ai pages by typing @ in the Content field. + You can now @-mention your Notebook.ai pages by typing @
diff --git a/app/views/thredded/topics/show.html.erb b/app/views/thredded/topics/show.html.erb index 1c41aa55..ee52a134 100644 --- a/app/views/thredded/topics/show.html.erb +++ b/app/views/thredded/topics/show.html.erb @@ -27,9 +27,6 @@ <%= link_to 'https://www.markdownguide.org/basic-syntax/', target: '_blank' do %> <% end %> - - You can now @-mention your Notebook.ai pages by typing @ below. - <%= render 'thredded/posts/form', post: @new_post,