Skip to content
Snippets Groups Projects
Commit 45bde64b authored by Douwe Maan's avatar Douwe Maan
Browse files

Add page titles to CI settings.

parent 72a772ea
No related branches found
No related tags found
No related merge requests found
- page_title @service.title, "CI Services"
= render 'form'
- page_title "CI Services"
%h3.page-title Project services
%p.light Project services allow you to integrate GitLab CI with other applications
 
Loading
Loading
- page_title "CI Settings"
- if @ci_project.generated_yaml_config
%p.alert.alert-danger
CI Jobs are deprecated now, you can #{link_to "download", dumped_yaml_ci_project_path(@ci_project)}
Loading
Loading
- page_title "CI Web Hooks"
%h3.page-title
CI Web hooks
 
Loading
Loading
- page_title "Edit", "#{@runner.description} ##{@runner.id}", "Runners"
%h4 Runner ##{@runner.id}
%hr
= form_for @runner, url: runner_path(@runner), html: { class: 'form-horizontal' } do |f|
Loading
Loading
- page_title "Runners"
.light
%p
A 'runner' is a process which runs a build.
Loading
Loading
= content_for :title do
%h3.project-title
Runner ##{@runner.id}
.pull-right
- if @runner.shared?
%span.runner-state.runner-state-shared
Shared
- else
%span.runner-state.runner-state-specific
Specific
- page_title "#{@runner.description} ##{@runner.id}", "Runners"
%h3.page-title
Runner ##{@runner.id}
.pull-right
- if @runner.shared?
%span.runner-state.runner-state-shared
Shared
- else
%span.runner-state.runner-state-specific
Specific
 
%table.table
%thead
Loading
Loading
- page_title "Triggers"
%h3.page-title
Triggers
 
Loading
Loading
- page_title "Variables"
%h3.page-title
Secret Variables
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment