Skip to content
Snippets Groups Projects
Unverified Commit d1f99bcc authored by Connor Shea's avatar Connor Shea
Browse files

Resolve some issues Jacob brought up.

parent 1a85f80b
No related branches found
No related tags found
No related merge requests found
Loading
@@ -5,7 +5,7 @@
Loading
@@ -5,7 +5,7 @@
%h4.prepend-top-0 %h4.prepend-top-0
Application theme Application theme
%p %p
Customize the appearance of the interface. This setting allows you to customize the appearance of the site, e.g. the sidebar.
.col-lg-9.application-theme .col-lg-9.application-theme
- Gitlab::Themes.each do |theme| - Gitlab::Themes.each do |theme|
= label_tag do = label_tag do
Loading
@@ -18,7 +18,7 @@
Loading
@@ -18,7 +18,7 @@
%h4.prepend-top-0 %h4.prepend-top-0
Syntax highlighting theme Syntax highlighting theme
%p %p
Customize the syntax highlighting. This setting allow you to customize the appearance of the syntax.
.col-lg-9.syntax-theme .col-lg-9.syntax-theme
- Gitlab::ColorSchemes.each do |scheme| - Gitlab::ColorSchemes.each do |scheme|
= label_tag do = label_tag do
Loading
@@ -31,7 +31,7 @@
Loading
@@ -31,7 +31,7 @@
%h4.prepend-top-0 %h4.prepend-top-0
Behavior Behavior
%p %p
Customize the behavior of the system layout and default views. This setting allows you to customize the behavior of the system layout and default views.
.col-lg-9 .col-lg-9
.form-group .form-group
= f.label :layout, class: 'label-light' do = f.label :layout, class: 'label-light' do
Loading
Loading
Loading
@@ -5,7 +5,7 @@
Loading
@@ -5,7 +5,7 @@
%h4.prepend-top-0 %h4.prepend-top-0
= page_title = page_title
%p %p
Triggers can force a specific branch or tag to rebuild using an API call. Triggers can force a specific branch or tag to rebuild with an API call.
.col-lg-9 .col-lg-9
%h5.prepend-top-0 %h5.prepend-top-0
Your triggers Your triggers
Loading
@@ -19,7 +19,7 @@
Loading
@@ -19,7 +19,7 @@
= render partial: 'trigger', collection: @triggers, as: :trigger = render partial: 'trigger', collection: @triggers, as: :trigger
- else - else
%p.settings-message.text-center.append-bottom-default %p.settings-message.text-center.append-bottom-default
There are no triggers to use, create a trigger using the button below. No triggers have been created yet. Add one using the button below.
   
= form_for @trigger, url: url_for(controller: 'projects/triggers', action: 'create') do |f| = form_for @trigger, url: url_for(controller: 'projects/triggers', action: 'create') do |f|
= f.submit "Add Trigger", class: 'btn btn-success' = f.submit "Add Trigger", class: 'btn btn-success'
Loading
@@ -28,7 +28,7 @@
Loading
@@ -28,7 +28,7 @@
Use CURL Use CURL
   
%p.light %p.light
Copy the token above and set your branch or tag name. This is the reference that will be rebuilt. Copy the token above, set your branch or tag name, and that reference will be rebuilt.
   
%pre %pre
:plain :plain
Loading
@@ -57,7 +57,7 @@
Loading
@@ -57,7 +57,7 @@
%p.light %p.light
Add Add
%code variables[VARIABLE]=VALUE %code variables[VARIABLE]=VALUE
to API requests. Variable values can be used to distinguish triggered and normal builds. to an API request. Variable values can be used to distinguish between triggered builds and normal builds.
   
%pre.append-bottom-0 %pre.append-bottom-0
:plain :plain
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment