mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
1858cc6070
Take variants into account when calculating template digests in ActionView::Digest. Digestor#digest now takes a hash as an argument to support variants and allow more flexibility in the future. Old-style arguments have been deprecated. Fixes #14242
15 lines
No EOL
299 B
Text
15 lines
No EOL
299 B
Text
<%# Template Dependency: messages/message %>
|
|
|
|
<%= render "header" %>
|
|
<%= render "comments/comments" %>
|
|
|
|
<%= render "messages/actions/move" %>
|
|
|
|
<%= render @message.history.events %>
|
|
|
|
<%# render "something_missing" %>
|
|
<%# render "something_missing_1" %>
|
|
|
|
<%
|
|
# Template Dependency: messages/form
|
|
%> |