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

5 lines
112 B
Plaintext
Raw Normal View History

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