summaryrefslogtreecommitdiff
path: root/app/views/layouts/project.html.haml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-05 14:54:59 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-05 14:54:59 -0500
commit43053c2e6f03ad60f85728f36c46588979f68024 (patch)
tree36c7234134d76bc98092973c3f0b6774e049490b /app/views/layouts/project.html.haml
parenta298f694327b1241fc0d06618228e3750c20c5a1 (diff)
downloadgitlab-ce-43053c2e6f03ad60f85728f36c46588979f68024.tar.gz
Make `page_description` less magical :sparkles:
Diffstat (limited to 'app/views/layouts/project.html.haml')
-rw-r--r--app/views/layouts/project.html.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml
index abf73bcc709..f81283a5ddb 100644
--- a/app/views/layouts/project.html.haml
+++ b/app/views/layouts/project.html.haml
@@ -1,6 +1,7 @@
-- page_title @project.name_with_namespace
-- header_title project_title(@project) unless header_title
-- sidebar "project" unless sidebar
+- page_title @project.name_with_namespace
+- page_description @project.description
+- header_title project_title(@project) unless header_title
+- sidebar "project" unless sidebar
- content_for :scripts_body_top do
- project = @target_project || @project