summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-29 14:16:47 +0100
committerPhil Hughes <me@iamphill.com>2016-07-04 16:34:53 +0100
commit16ca8ec57f2a7576bcc1cd383ea209d9be24a7af (patch)
tree967715f8a798736a74e6b4ef647e2bf95f422104 /app/views/projects/_home_panel.html.haml
parenteac81b988e34744a56d3c85625a9b8121c659f38 (diff)
downloadgitlab-ce-16ca8ec57f2a7576bcc1cd383ea209d9be24a7af.tar.gz
Updated spacing
CHANGELOG item
Diffstat (limited to 'app/views/projects/_home_panel.html.haml')
-rw-r--r--app/views/projects/_home_panel.html.haml13
1 files changed, 7 insertions, 6 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index c935d05636d..f81f25d0f1e 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -9,13 +9,14 @@
- if @project.description.present?
.project-home-desc
- = markdown(@project.description, pipeline: :description)
+ - if @project.description.present?
+ = markdown(@project.description, pipeline: :description)
- - if forked_from_project = @project.forked_from_project
- .cover-desc
- Forked from
- = link_to project_path(forked_from_project) do
- = forked_from_project.namespace.try(:name)
+ - if forked_from_project = @project.forked_from_project
+ %p
+ Forked from
+ = link_to project_path(forked_from_project) do
+ = forked_from_project.namespace.try(:name)
.project-repo-buttons.project-action-buttons
.count-buttons