summaryrefslogtreecommitdiff
path: root/app/views/projects/pipeline_schedules/_table.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/pipeline_schedules/_table.html.haml')
-rw-r--r--app/views/projects/pipeline_schedules/_table.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/projects/pipeline_schedules/_table.html.haml b/app/views/projects/pipeline_schedules/_table.html.haml
new file mode 100644
index 00000000000..d0c7ea77263
--- /dev/null
+++ b/app/views/projects/pipeline_schedules/_table.html.haml
@@ -0,0 +1,12 @@
+.table-holder
+ %table.table.ci-table
+ %thead
+ %tr
+ %th= _("Description")
+ %th= s_("PipelineSchedules|Target")
+ %th= _("Last Pipeline")
+ %th= s_("PipelineSchedules|Next Run")
+ %th= _("Owner")
+ %th
+
+ = render partial: "pipeline_schedule", collection: @schedules