Fix #4116: "Couldn't find template for digesting" errors.
Specify full path to shared partial to work around bug in the template digesting system in Rails.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="body prose">
|
||||
<%= format_text(comment.body) %>
|
||||
|
||||
<%= render "update_notice", record: comment %>
|
||||
<%= render "application/update_notice", record: comment %>
|
||||
</div>
|
||||
|
||||
<% if CurrentUser.is_member? %>
|
||||
|
||||
Reference in New Issue
Block a user