move formatting help to shared spot

This commit is contained in:
Andrew Brown 2021-07-21 17:52:15 -07:00
parent cc80c504ad
commit 48f51a0126
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,9 @@
<%= render 'thredded/posts_common/form/after_content', form: form %>
<% end %>
<div>
<%= link_to 'https://www.markdownguide.org/basic-syntax/', target: '_blank' do %>
<span class="hoverable badge new blue white-text" data-badge-caption="formatting help"></span>
<% end %>
<small class="grey-text">
You can now @-mention your Notebook.ai pages by typing @
</small>

View File

@ -24,9 +24,6 @@
<div class="thredded--post-form--wrapper">
<h3 class="thredded--post-form--title">
<%= t('thredded.posts.form.title_label') %>
<%= link_to 'https://www.markdownguide.org/basic-syntax/', target: '_blank' do %>
<span class="hoverable badge new blue white-text" data-badge-caption="formatting help"></span>
<% end %>
</h3>
<%= render 'thredded/posts/form',
post: @new_post,