fixes #3824: render tag requests dynamically in the forum post
refactoring
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user