aboutsummaryrefslogblamecommitdiffstats
path: root/test/dummy/app/views/messages/show.html.erb
blob: feec71cb93cae15b2db56d9fd67654c94d4ffd3f (plain) (tree)
1
2
3
4
5
6
7
8
9








                                
                             



                                                    
<p id="notice"><%= notice %></p>

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

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

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