summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-08-06 15:10:51 +0200
committerDouwe Maan <douwe@gitlab.com>2015-08-06 15:10:51 +0200
commite2b4f13b9b61795fa71cd157a611e132fc9094da (patch)
treed578ce7a9eaf53dd3dc0556ae99ee46d92c4207c /app/views/projects/_home_panel.html.haml
parentfff36a8b8965e4bddd8020caf5072e79bf131a74 (diff)
downloadgitlab-ce-e2b4f13b9b61795fa71cd157a611e132fc9094da.tar.gz
Add project name to project head
Diffstat (limited to 'app/views/projects/_home_panel.html.haml')
-rw-r--r--app/views/projects/_home_panel.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index 159ce1ecf3f..71e92970305 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -3,6 +3,7 @@
.project-identicon-holder
= project_icon(@project, alt: '', class: 'project-avatar avatar s90')
.project-home-desc.lead
+ %h1= @project.name
- if @project.description.present?
= markdown(@project.description, pipeline: :description)