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

8 lines
155 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
2015-04-29 12:52:58 +03:00
2014-10-14 18:27:28 +03:00
.row
.col-lg-12
= render partial: 'form'