MorningPeak/app/views/comments/edit.html.slim

8 lines
118 B
Plaintext

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