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:
@@ -8,7 +8,7 @@
|
||||
<th>Date</th>
|
||||
<td>
|
||||
<%= compact_time @change_request.created_at %>
|
||||
<%= render "update_notice", record: @change_request %>
|
||||
<%= render "application/update_notice", record: @change_request %>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user