summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-05 09:19:01 +0100
committerPhil Hughes <me@iamphill.com>2016-07-05 09:19:01 +0100
commite3390901a3d614a30d073ecb890d5c335e02616e (patch)
tree89f007e03a4bd9ee1febc600c5b9019dc27516de /app/views/projects/_home_panel.html.haml
parent111fecc639f3443c08ef508addde24b9874cdb85 (diff)
downloadgitlab-ce-project-header.tar.gz
Chnaged padding of project header navproject-header
Diffstat (limited to 'app/views/projects/_home_panel.html.haml')
-rw-r--r--app/views/projects/_home_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index 270562e2e32..cf11723dc8e 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -1,6 +1,6 @@
- empty_repo = @project.empty_repo?
.project-home-panel.text-center{ class: ("empty-project" if empty_repo) }
- %div{class: container_class }
+ %div{ class: container_class }
= project_icon(@project, alt: @project.name, class: 'project-avatar avatar s70')
%h1.project-title
= @project.name