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

26 lines
282 B
Plaintext

p#notice= notice
p
strong User:
= @comment.user
p
strong File:
= @comment.file
p
strong Row:
= @comment.row
p
strong Column:
= @comment.column
p
strong Text:
= @comment.text
= link_to 'Edit', edit_comment_path(@comment)
| |
= link_to 'Back', comments_path