Commit beca6c34 authored by Jose Vargas's avatar Jose Vargas

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

parent 55ab4869
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
.nav-controls .nav-controls
- if can?(current_user, :update_build, @project) - if can?(current_user, :update_build, @project)
- unless @repository.gitlab_ci_yml - 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 %span CI lint
.content-list.builds-content-list .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