fixes #3824: render tag requests dynamically in the forum post

refactoring
This commit is contained in:
Albert Yi
2019-01-02 17:27:01 -08:00
parent 5c54c61d65
commit 8b0af19f7f
18 changed files with 171 additions and 25 deletions

View File

@@ -15,7 +15,7 @@
</div>
<div class="content">
<div class="prose">
<%= format_text(forum_post.body) %>
<%= format_text(parse_embedded_tag_request_text(forum_post.body)) %>
</div>
<%= render "update_notice", record: forum_post %>
<menu>