diff --git a/app/views/comments/partials/show/_comment.html.erb b/app/views/comments/partials/show/_comment.html.erb
index a643e4f97..d73289c51 100644
--- a/app/views/comments/partials/show/_comment.html.erb
+++ b/app/views/comments/partials/show/_comment.html.erb
@@ -16,7 +16,7 @@
<%= format_text(comment.body) %>
- <%= render "update_notice", record: comment %>
+ <%= render "application/update_notice", record: comment %>
<% if CurrentUser.is_member? %>
diff --git a/app/views/forum_posts/_forum_post.html.erb b/app/views/forum_posts/_forum_post.html.erb
index 9bad29637..4d4277b09 100644
--- a/app/views/forum_posts/_forum_post.html.erb
+++ b/app/views/forum_posts/_forum_post.html.erb
@@ -15,7 +15,7 @@
<%= format_text(parse_embedded_tag_request_text(forum_post.body)) %>
- <%= render "update_notice", record: forum_post %>
+ <%= render "application/update_notice", record: forum_post %>