8 lines
136 B
Plaintext
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'
|