Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-29 16:16:47 +0300
committerPhil Hughes <me@iamphill.com>2016-07-04 18:34:53 +0300
commit16ca8ec57f2a7576bcc1cd383ea209d9be24a7af (patch)
tree967715f8a798736a74e6b4ef647e2bf95f422104 /app/views/projects
parenteac81b988e34744a56d3c85625a9b8121c659f38 (diff)
Updated spacing
CHANGELOG item
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/_home_panel.html.haml13
-rw-r--r--app/views/projects/show.html.haml2
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