clarion/app/views/workshops/edit.html.slim

5 lines
121 B
Plaintext

- content_for(:title) { ":: #{t :edit_workshop} #{@workshop.title}" }
h1.entry-title = t :edit_workshop
= render 'form'