summaryrefslogtreecommitdiff
path: root/app/views/layouts/_page_title.html.haml
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-28 14:41:39 +0300
committergitlabhq <m@gitlabhq.com>2011-10-28 14:41:39 +0300
commit1ffb4b98c0405ee4c8bafaf9b67f1fc49493fbbc (patch)
treeea8454d25d8eeee3a48fbb4fd12dbc4973ab2e7e /app/views/layouts/_page_title.html.haml
parent3fa770dd107d01c29741032703c3f69b9ff3f072 (diff)
downloadgitlab-ce-1ffb4b98c0405ee4c8bafaf9b67f1fc49493fbbc.tar.gz
new design/layout started. projects page
Diffstat (limited to 'app/views/layouts/_page_title.html.haml')
-rw-r--r--app/views/layouts/_page_title.html.haml6
1 files changed, 6 insertions, 0 deletions
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