diff options
author | Phil Hughes <me@iamphill.com> | 2017-08-18 17:19:23 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-08-18 17:19:23 +0100 |
commit | a8460f215cc1949b993e774dc00bad0b506abcfa (patch) | |
tree | 57bc21d53cc2b264e622edbacbaa3b53282cc684 /app/views/projects/pipeline_schedules/edit.html.haml | |
parent | 4e74eb8178faaf364a421a5113877db434d365e8 (diff) | |
download | gitlab-ce-a8460f215cc1949b993e774dc00bad0b506abcfa.tar.gz |
style updates
fixed some more breadcrumb titles
Diffstat (limited to 'app/views/projects/pipeline_schedules/edit.html.haml')
-rw-r--r-- | app/views/projects/pipeline_schedules/edit.html.haml | 2 |
1 files changed, 2 insertions, 0 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 |