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

8 lines
136 B
Plaintext

- content_for :title
=> t 'actions.edit.title', model: User.model_name.human
= @profile.name
.row
.col-lg-12
= render 'form'