1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/test/dummy/app/views/messages/show.html.erb
2019-01-04 22:22:49 -05:00

13 lines
259 B
Text

<p id="notice"><%= notice %></p>
<p>
<strong>Subject:</strong>
<%= @message.subject %>
</p>
<div class="trix-content">
<%= @message.content.html_safe %>
</div>
<%= link_to 'Edit', edit_message_path(@message) %> |
<%= link_to 'Back', messages_path %>