diff options
author | Phil Hughes <me@iamphill.com> | 2017-09-04 15:47:19 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-09-04 15:47:19 +0100 |
commit | 38f15514529865eefd74c3b4618eae23c6eda892 (patch) | |
tree | bbee118777998ca9d6cbb808a4f6a29c482877f0 /app/views/projects/pipeline_schedules/index.html.haml | |
parent | 3569b2e2d715ffeecf27e26cf3d8c9ec08b8ad49 (diff) | |
download | gitlab-ce-38f15514529865eefd74c3b4618eae23c6eda892.tar.gz |
fixed dropdown not showing in wiki
spacing updates to expander button
sub-title fixes
Diffstat (limited to 'app/views/projects/pipeline_schedules/index.html.haml')
-rw-r--r-- | app/views/projects/pipeline_schedules/index.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/pipeline_schedules/index.html.haml b/app/views/projects/pipeline_schedules/index.html.haml index 9197d9ae8fc..69178aea32c 100644 --- a/app/views/projects/pipeline_schedules/index.html.haml +++ b/app/views/projects/pipeline_schedules/index.html.haml @@ -11,8 +11,6 @@ - content_for :breadcrumbs_extra do = link_to _('New schedule'), new_namespace_project_pipeline_schedule_path(@project.namespace, @project), class: 'btn btn-create' - - add_to_breadcrumbs("Pipelines", project_pipelines_path(@project)) - = render "projects/pipelines/head" %div{ class: container_class } |