mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
move formatting help to shared spot
This commit is contained in:
parent
cc80c504ad
commit
48f51a0126
@ -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>
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user