Files
codeocean/app/views/comments/edit.html.erb
2015-03-27 11:57:35 +01:00

7 lines
119 B
Plaintext

<h1>Editing comment</h1>
<%= render 'form' %>
<%= link_to 'Show', @comment %> |
<%= link_to 'Back', comments_path %>