debian-mirror-gitlab/app/views/layouts/profile.html.haml

7 lines
276 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Profile"
2015-04-26 12:48:37 +05:30
%body{class: "#{app_theme} profile", :'data-page' => body_data_page}
= render "layouts/head_panel", title: link_to("Profile", profile_path)
= render 'layouts/page', sidebar: 'layouts/nav/profile'