summaryrefslogtreecommitdiff
path: root/app/views/layouts/profile.html.haml
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-11-21 02:26:10 -0500
committergitlabhq <m@gitlabhq.com>2011-11-21 02:26:10 -0500
commit31e51dd1162c99bc2a4c710309eb7866be1a9945 (patch)
tree37bb0a46b610efcb6e0c92a2f8cc00f14ab33696 /app/views/layouts/profile.html.haml
parent46bebac9830cebe870dfdb9eadf5ed45cd0f2125 (diff)
downloadgitlab-ce-31e51dd1162c99bc2a4c710309eb7866be1a9945.tar.gz
button common style + flash messages fix
Diffstat (limited to 'app/views/layouts/profile.html.haml')
-rw-r--r--app/views/layouts/profile.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml
index c3865608c63..c8c48138775 100644
--- a/app/views/layouts/profile.html.haml
+++ b/app/views/layouts/profile.html.haml
@@ -10,8 +10,8 @@
REQ_URI = "#{request.env["REQUEST_URI"]}";
REQ_REFFER = "#{request.env["HTTP_REFERER"]}";
%body{ :class => body_class('project-page'), :id => yield(:boyd_id)}
+ = render :partial => "layouts/flash"
#container
- = render :partial => "layouts/flash"
= render :partial => "layouts/head_panel"
.project-container
.project-sidebar