retrospring/app/views/devise/registrations/edit.html.haml

5 lines
115 B
Text
Raw Normal View History

2020-04-25 17:04:23 +02:00
= render "settings/account"
2014-08-01 17:40:48 +02:00
2020-04-25 17:04:23 +02:00
- provide(:title, generate_title("Account Settings"))
- parent_layout "user/settings"