MorningPeak/app/views/comments/edit.html.slim
Arthur Poulet 7646e982d3 fix comment, implementation
- creator polymorphic instead of user
- implementation
2015-07-25 22:30:19 +02:00

8 lines
118 B
Plaintext

h1.page-header Editing comment
== render 'form'
= link_to t('show'), @comment
'|
= link_to t('back'), comments_path