diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-29 14:16:47 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-07-04 16:34:53 +0100 |
commit | 16ca8ec57f2a7576bcc1cd383ea209d9be24a7af (patch) | |
tree | 967715f8a798736a74e6b4ef647e2bf95f422104 /app/views | |
parent | eac81b988e34744a56d3c85625a9b8121c659f38 (diff) | |
download | gitlab-ce-16ca8ec57f2a7576bcc1cd383ea209d9be24a7af.tar.gz |
Updated spacing
CHANGELOG item
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/_home_panel.html.haml | 13 | ||||
-rw-r--r-- | app/views/projects/show.html.haml | 2 |
2 files changed, 8 insertions, 7 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 diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index 50c252e1359..58d8e068754 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -60,7 +60,7 @@ %li.missing = link_to add_special_file_path(@project, file_name: '.gitlab-ci.yml') do Set Up CI - %li.pull-right + %li.project-repo-buttons-right .project-repo-buttons.project-right-buttons - if current_user = render 'shared/members/access_request_buttons', source: @project |