summaryrefslogtreecommitdiff
path: root/app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-06-12 08:08:31 +0200
committerTimothy Andrew <mail@timothyandrew.net>2017-06-13 06:23:16 +0000
commit34655464133921e4dcfed429566271da7f05046b (patch)
treee4dde36aac21ecd2ad7fa723e617123e450d372a /app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml
parent16977ad3f37250dfb26a835e391688123966ec3b (diff)
downloadgitlab-ce-fix-9-2-stable-conflicts-for-mr-11706.tar.gz
Fix merge conflicts on pipeline schedulesfix-9-2-stable-conflicts-for-mr-11706
Diffstat (limited to 'app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml')
-rw-r--r--app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml b/app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml
index c4ceba34941..9e4f96839f4 100644
--- a/app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml
+++ b/app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml
@@ -4,12 +4,9 @@
= pipeline_schedule.description
%td.branch-name-cell
= icon('code-fork')
-<<<<<<< HEAD
- = link_to pipeline_schedule.ref, namespace_project_commits_path(@project.namespace, @project, pipeline_schedule.ref), class: "branch-name"
-=======
- if pipeline_schedule.ref
- = link_to pipeline_schedule.ref, project_ref_path(@project, pipeline_schedule.ref), class: "ref-name"
->>>>>>> 9dfecec... Merge branch '32790-pipeline_schedules-pages-throwing-error-500' into 'master'
+ = link_to pipeline_schedule.ref, namespace_project_commits_path(@project.namespace, @project, pipeline_schedule.ref), class: "branch-name"
+
%td
- if pipeline_schedule.last_pipeline
.status-icon-container{ class: "ci-status-icon-#{pipeline_schedule.last_pipeline.status}" }