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

8 lines
155 B
Plaintext

- content_for :title
=> t 'actions.edit.title', model: Conference.model_name.human
= @conference.title
.row
.col-lg-12
= render partial: 'form'