clarion/app/views/management/conferences/edit.html.slim

7 lines
154 B
Plaintext
Raw Normal View History

2014-10-14 20:34:33 +03:00
- content_for :title
=> t 'actions.edit.title', model: Conference.model_name.human
= @conference.title
2014-10-14 18:27:28 +03:00
.row
.col-lg-12
= render partial: 'form'