summaryrefslogtreecommitdiff
path: root/app/views/projects/pipeline_schedules
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-18 17:19:23 +0100
committerPhil Hughes <me@iamphill.com>2017-08-18 17:19:23 +0100
commita8460f215cc1949b993e774dc00bad0b506abcfa (patch)
tree57bc21d53cc2b264e622edbacbaa3b53282cc684 /app/views/projects/pipeline_schedules
parent4e74eb8178faaf364a421a5113877db434d365e8 (diff)
downloadgitlab-ce-a8460f215cc1949b993e774dc00bad0b506abcfa.tar.gz
style updates
fixed some more breadcrumb titles
Diffstat (limited to 'app/views/projects/pipeline_schedules')
-rw-r--r--app/views/projects/pipeline_schedules/edit.html.haml2
-rw-r--r--app/views/projects/pipeline_schedules/index.html.haml2
2 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/pipeline_schedules/edit.html.haml b/app/views/projects/pipeline_schedules/edit.html.haml
index 9b2a7b5821d..d95fa6da903 100644
--- a/app/views/projects/pipeline_schedules/edit.html.haml
+++ b/app/views/projects/pipeline_schedules/edit.html.haml
@@ -1,3 +1,5 @@
+- add_to_breadcrumbs _("Schedules"), pipeline_schedules_path(@project)
+- breadcrumb_title "##{@schedule.id}"
- page_title _("Edit"), @schedule.description, _("Pipeline Schedule")
%h3.page-title
diff --git a/app/views/projects/pipeline_schedules/index.html.haml b/app/views/projects/pipeline_schedules/index.html.haml
index 8426b29bb14..9197d9ae8fc 100644
--- a/app/views/projects/pipeline_schedules/index.html.haml
+++ b/app/views/projects/pipeline_schedules/index.html.haml
@@ -1,4 +1,4 @@
-- breadcrumb_title "Schedules"
+- breadcrumb_title _("Schedules")
- content_for :page_specific_javascripts do
= webpack_bundle_tag 'common_vue'