diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-28 19:40:54 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-28 19:40:54 +0200 |
commit | c873cf81f61d644639b459b2fde1267a41050bc1 (patch) | |
tree | 6326a177a96b0cad56d3b22d3cf469f716723c74 /app/views/layouts/profile.html.haml | |
parent | d8f825ef009d10fe03674989239e3a26e21fff36 (diff) | |
download | gitlab-ce-c873cf81f61d644639b459b2fde1267a41050bc1.tar.gz |
Restyled error messages in common way. Added title to head partial
Diffstat (limited to 'app/views/layouts/profile.html.haml')
-rw-r--r-- | app/views/layouts/profile.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml index 7a54bb7cf2f..b2743222281 100644 --- a/app/views/layouts/profile.html.haml +++ b/app/views/layouts/profile.html.haml @@ -1,6 +1,6 @@ !!! 5 %html{ lang: "en"} - = render "layouts/head" + = render "layouts/head", title: "Profile" %body{class: "#{app_theme} profile"} = render "layouts/flash" = render "layouts/head_panel", title: "Profile" |