Retrospring/app/views/user/edit.haml

5 lines
108 B
Plaintext
Raw Normal View History

2020-05-10 00:08:58 -07:00
= render 'settings/profile'
2020-04-25 08:04:23 -07:00
2022-01-29 16:14:45 -08:00
- provide(:title, generate_title(t(".title")))
2020-05-10 00:08:58 -07:00
- parent_layout 'user/settings'