aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/dummy/app/views/messages/edit.html.erb
blob: 90ad68c7881e52f311500caff009a63afb376107 (plain) (blame)
1
2
3
4
5
6
<h1>Editing Message</h1>

<%= render 'form', message: @message %>

<%= link_to 'Show', @message %> |
<%= link_to 'Back', messages_path %>