aboutsummaryrefslogtreecommitdiffstats
path: root/test/dummy/app/views/messages/show.html.erb
blob: 052d358206d63db5ae9c3104ccb9c2be820d79b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<p id="notice"><%= notice %></p>

<p>
  <strong>Subject:</strong>
  <%= @message.subject %>
</p>

<p>
  <strong>Content:</strong>
  <%= @message.content.html_safe %>
</p>

<%= link_to 'Edit', edit_message_path(@message) %> |
<%= link_to 'Back', messages_path %>