clarion/app/views/lectures/edit.html.slim
2014-09-01 12:57:27 +03:00

4 lines
111 B
Plaintext

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