aboutsummaryrefslogblamecommitdiffstats
path: root/test/dummy/app/views/messages/show.html.erb
blob: 837b11ef1d6c1b1cb9d4428c0c34e26cfe778347 (plain) (tree)
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 %>
</p>

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