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

4 lines
111 B
Plaintext
Raw Normal View History

2014-09-01 12:57:27 +03:00
- content_for(:title) { ":: #{t :edit_talk} #{@lecture.title}" }
2014-08-31 22:11:46 +03:00
h1.entry-title = t :edit_talk
2014-08-30 17:37:08 +03:00
= render 'form'