ensl.org/app/views/posts/edit.html.erb

5 lines
122 B
Text
Raw Normal View History

<h1>Editing post</h1>
<%= render :partial => "form" %>
<%= link_to 'Back to topic', @post.topic, class: 'button tiny' %>