0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-03-10 11:22:15 +00:00
ensl.org/app/views/posts/edit.html.erb

5 lines
100 B
Text
Raw Normal View History

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