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

8 lines
136 B
Plaintext
Raw Permalink Normal View History

2015-07-28 15:43:19 +03:00
- content_for :title
=> t 'actions.edit.title', model: User.model_name.human
= @profile.name
.row
.col-lg-12
2015-07-30 21:19:03 +03:00
= render 'form'