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

6 lines
81 B
Plaintext

<h1>New comment</h1>
<%= render 'form' %>
<%= link_to 'Back', comments_path %>