Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5e773655
Commit
5e773655
authored
Apr 21, 2021
by
Samantha Ming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 4 suggestion(s) to 1 file(s)
parent
06c7049c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
app/assets/javascripts/pages/projects/forks/new/components/fork_form.vue
...scripts/pages/projects/forks/new/components/fork_form.vue
+4
-4
No files found.
app/assets/javascripts/pages/projects/forks/new/components/fork_form.vue
View file @
5e773655
...
...
@@ -234,7 +234,7 @@ export default {
<input
type=
"hidden"
name=
"authenticity_token"
:value=
"$options.csrf.token"
/>
<gl-form-group
label=
"Project name
"
:label=
"__('Project name')
"
label-for=
"fork-name"
:invalid-feedback=
"form.fields.name.feedback"
>
...
...
@@ -252,7 +252,7 @@ export default {
<div
class=
"gl-md-display-flex"
>
<div
class=
"gl-flex-basis-half"
>
<gl-form-group
label=
"Project URL
"
:label=
"__('Project URL')
"
label-for=
"fork-url"
class=
"gl-md-mr-3"
:state=
"form.fields.namespace.state"
...
...
@@ -286,7 +286,7 @@ export default {
</div>
<div
class=
"gl-flex-basis-half"
>
<gl-form-group
label=
"Project slug
"
:label=
"__('Project slug')
"
label-for=
"fork-slug"
class=
"gl-md-ml-3"
:invalid-feedback=
"form.fields.slug.feedback"
...
...
@@ -311,7 +311,7 @@ export default {
</gl-link>
</p>
<gl-form-group
label=
"Project description (optional
)"
label-for=
"fork-description"
>
<gl-form-group
:label=
"__('Project description (optional)'
)"
label-for=
"fork-description"
>
<gl-form-textarea
id=
"fork-description"
v-model=
"form.fields.description.value"
...
...
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