From 1ffb4b98c0405ee4c8bafaf9b67f1fc49493fbbc Mon Sep 17 00:00:00 2001 From: gitlabhq Date: Fri, 28 Oct 2011 14:41:39 +0300 Subject: new design/layout started. projects page --- app/views/layouts/_page_title.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/views/layouts/_page_title.html.haml (limited to 'app/views/layouts/_page_title.html.haml') diff --git a/app/views/layouts/_page_title.html.haml b/app/views/layouts/_page_title.html.haml new file mode 100644 index 00000000000..bdd56c6a885 --- /dev/null +++ b/app/views/layouts/_page_title.html.haml @@ -0,0 +1,6 @@ +- if content_for?(:page_title) + = yield :page_title +- else + .page-title + .container_3 + %h1= controller.controller_name.capitalize -- cgit v1.2.1