From 48f51a0126f4c6035b71ec39fa61ea84bae64f11 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 21 Jul 2021 17:52:15 -0700 Subject: [PATCH] move formatting help to shared spot --- app/views/thredded/posts_common/form/_content_field.html.erb | 3 +++ app/views/thredded/topics/show.html.erb | 3 --- 2 files changed, 3 insertions(+), 3 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 a208b2fc..020b6eb5 100644 --- a/app/views/thredded/posts_common/form/_content_field.html.erb +++ b/app/views/thredded/posts_common/form/_content_field.html.erb @@ -6,6 +6,9 @@ <%= render 'thredded/posts_common/form/after_content', form: form %> <% end %>
+ <%= link_to 'https://www.markdownguide.org/basic-syntax/', target: '_blank' do %> + + <% end %> 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 ee52a134..de719609 100644 --- a/app/views/thredded/topics/show.html.erb +++ b/app/views/thredded/topics/show.html.erb @@ -24,9 +24,6 @@

<%= t('thredded.posts.form.title_label') %> - <%= link_to 'https://www.markdownguide.org/basic-syntax/', target: '_blank' do %> - - <% end %>

<%= render 'thredded/posts/form', post: @new_post,