| ... | @@ -12,9 +12,9 @@ |
... | @@ -12,9 +12,9 @@ |
|
|
.form-group.project-path.col-sm-6
|
|
.form-group.project-path.col-sm-6
|
|
|
= f.label :namespace_id, class: 'label-bold' do
|
|
= f.label :namespace_id, class: 'label-bold' do
|
|
|
%span= s_("Project URL")
|
|
%span= s_("Project URL")
|
|
|
.input-group
|
|
.input-group.flex-nowrap
|
|
|
- if current_user.can_select_namespace?
|
|
- if current_user.can_select_namespace?
|
|
|
.input-group-prepend.has-tooltip{ title: root_url }
|
|
.input-group-prepend.flex-shrink-0.has-tooltip{ title: root_url }
|
|
|
.input-group-text
|
|
.input-group-text
|
|
|
= root_url
|
|
= root_url
|
|
|
- namespace_id = namespace_id_from(params)
|
|
- namespace_id = namespace_id_from(params)
|
| ... | @@ -23,10 +23,10 @@ |
... | @@ -23,10 +23,10 @@ |
|
|
display_path: true,
|
|
display_path: true,
|
|
|
extra_group: namespace_id),
|
|
extra_group: namespace_id),
|
|
|
{},
|
|
{},
|
|
|
{ class: 'select2 js-select-namespace qa-project-namespace-select', tabindex: 1, data: { track_label: "#{track_label}", track_event: "activate_form_input", track_property: "project_path", track_value: "" }})
|
|
{ class: 'select2 js-select-namespace qa-project-namespace-select block-truncated', tabindex: 1, data: { track_label: "#{track_label}", track_event: "activate_form_input", track_property: "project_path", track_value: "" }})
|
|
|
|
|
|
|
|
- else
|
|
- else
|
|
|
.input-group-prepend.static-namespace.has-tooltip{ title: user_url(current_user.username) + '/' }
|
|
.input-group-prepend.static-namespace.flex-shrink-0.has-tooltip{ title: user_url(current_user.username) + '/' }
|
|
|
.input-group-text.border-0
|
|
.input-group-text.border-0
|
|
|
#{user_url(current_user.username)}/
|
|
#{user_url(current_user.username)}/
|
|
|
= f.hidden_field :namespace_id, value: current_user.namespace_id
|
|
= f.hidden_field :namespace_id, value: current_user.namespace_id
|
| ... | |
... | |
| ... | | ... | |