clarion/lib/initfest/views/public/personal_profiles/edit.slim

6 lines
127 B
Plaintext
Raw Normal View History

2015-08-15 07:01:08 +03:00
- content_for(:title) { PersonalProfile.model_name.human }
2015-08-15 04:33:02 +03:00
2015-08-15 07:01:08 +03:00
h2.entry-title = PersonalProfile.model_name.human
2015-08-15 04:33:02 +03:00
= render 'form'