Skip to content
Snippets Groups Projects
Commit 10b0df9b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add CI project url to project advanced settings

parent 67198a80
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -117,6 +117,10 @@
= f.label :token, "CI token", class: 'control-label'
.col-sm-10
= f.text_field :token, class: 'form-control', placeholder: 'xEeFCaDAB89'
.form-group
= f.label :url, "CI project URL", class: 'control-label'
.col-sm-10
= text_field_tag :url, project_url(@project), class: 'form-control', readonly: true
.form-group
= f.label :skip_refs, "Skip refs", class: 'control-label'
.col-sm-10
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