Commit cf5ef696 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'jivanvl-add-gl-button-jobs-index' into 'master'

Add gl-button class to jobs/index.html.haml

See merge request gitlab-org/gitlab!41931
parents 5bf9da3d beca6c34
......@@ -7,9 +7,9 @@
.nav-controls
- if can?(current_user, :update_build, @project)
- unless @repository.gitlab_ci_yml
= link_to 'Get started with Pipelines', help_page_path('ci/quick_start/README'), class: 'btn btn-info'
= link_to 'Get started with Pipelines', help_page_path('ci/quick_start/README'), class: 'btn gl-button btn-info'
= link_to project_ci_lint_path(@project), class: 'btn btn-default' do
= link_to project_ci_lint_path(@project), class: 'btn gl-button btn-default' do
%span CI lint
.content-list.builds-content-list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment