Retrospring/app/views/user/edit.haml

5 lines
108 B
Plaintext
Raw Normal View History

2022-01-29 16:29:50 -08: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")))
2022-01-29 16:29:50 -08:00
- parent_layout "user/settings"