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

5 lines
121 B
Plaintext
Raw Normal View History

2014-09-01 12:57:27 +03:00
- content_for(:title) { ":: #{t :edit_workshop} #{@workshop.title}" }
2014-08-31 22:11:46 +03:00
h1.entry-title = t :edit_workshop
2014-08-30 19:59:33 +03:00
= render 'form'