summaryrefslogtreecommitdiff
path: root/app/views/projects/pipeline_schedules
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-19 22:34:20 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-19 22:34:20 -0500
commitc281fc670a8d1507abf20e830a290a04135f7ea4 (patch)
treecc881dc8d1140efd3ac81a0ebc55176c033ba7dd /app/views/projects/pipeline_schedules
parent55e4fff733f2eb9c53e6506fbf0421f32426bce2 (diff)
downloadgitlab-ce-c281fc670a8d1507abf20e830a290a04135f7ea4.tar.gz
Add .nav.nav-tabs to nav-links
Diffstat (limited to 'app/views/projects/pipeline_schedules')
-rw-r--r--app/views/projects/pipeline_schedules/_tabs.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipeline_schedules/_tabs.html.haml b/app/views/projects/pipeline_schedules/_tabs.html.haml
index e158ddcb338..61f6ad34052 100644
--- a/app/views/projects/pipeline_schedules/_tabs.html.haml
+++ b/app/views/projects/pipeline_schedules/_tabs.html.haml
@@ -1,4 +1,4 @@
-%ul.nav-links.mobile-separator
+%ul.nav-links.mobile-separator.nav.nav-tabs
%li{ class: active_when(scope.nil?) }>
= link_to schedule_path_proc.call(nil) do
= s_("PipelineSchedules|All")