Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
projects.thm.de
GitLab
Commits
8f0e1204
Commit
8f0e1204
authored
Jun 25, 2019
by
Martin Wortschack
Committed by
Filipa Lacerda
Jun 25, 2019
Browse files
(CE Port) Set project path on localStorage during onboarding
parent
8d10afb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/projects/new.html.haml
View file @
8f0e1204
...
...
@@ -46,11 +46,11 @@
=
render_if_exists
'projects/new_ci_cd_only_project_tab'
,
active_tab:
active_tab
.tab-content.gitlab-tab-content
.tab-pane
{
id:
'blank-project-pane'
,
class:
active_when
(
active_tab
==
'blank'
),
role:
'tabpanel'
}
.tab-pane
.js-toggle-container
{
id:
'blank-project-pane'
,
class:
active_when
(
active_tab
==
'blank'
),
role:
'tabpanel'
}
=
form_for
@project
,
html:
{
class:
'new_project'
}
do
|
f
|
=
render
'new_project_fields'
,
f:
f
,
project_name_id:
"blank-project-name"
#create-from-template-pane
.tab-pane.px-0.pb-0
{
class:
active_when
(
active_tab
==
'template'
),
role:
'tabpanel'
}
#create-from-template-pane
.tab-pane.
js-toggle-container.
px-0.pb-0
{
class:
active_when
(
active_tab
==
'template'
),
role:
'tabpanel'
}
.card-slim.m-4.p-4
%div
-
contributing_templates_url
=
'https://gitlab.com/gitlab-org/project-templates/contributing'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment