Files
codeocean/app/views/comments/edit.html.slim
2018-11-06 16:49:42 +01:00

8 lines
100 B
Plaintext

h1 Editing comment
= render 'form'
= link_to 'Show', @comment
| |
= link_to 'Back', comments_path