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
04f23d03
Commit
04f23d03
authored
May 26, 2021
by
Illya Klymov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address reviewer comments
parent
eb2b3a36
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
12 deletions
+7
-12
app/assets/javascripts/pages/groups/new/components/create_group_description_details.vue
...roups/new/components/create_group_description_details.vue
+5
-10
app/assets/javascripts/vue_shared/new_namespace/new_namespace_page.vue
...vascripts/vue_shared/new_namespace/new_namespace_page.vue
+1
-1
app/views/groups/_new_group_fields.html.haml
app/views/groups/_new_group_fields.html.haml
+1
-1
No files found.
app/assets/javascripts/pages/groups/new/components/create_group_description_details.vue
View file @
04f23d03
...
...
@@ -7,14 +7,9 @@ export default {
GlLink
,
GlSprintf
,
},
computed
:
{
groupsHelpPath
()
{
return
helpPagePath
(
'
user/group/index
'
);
},
subgroupsHelpPath
()
{
return
helpPagePath
(
'
user/group/subgroups/index
'
);
},
paths
:
{
groupsHelpPath
:
helpPagePath
(
'
user/group/index
'
),
subgroupsHelpPath
:
helpPagePath
(
'
user/group/subgroups/index
'
),
},
};
</
script
>
...
...
@@ -30,7 +25,7 @@ export default {
"
>
<template
#link
="
{ content }">
<gl-link
:href=
"groupsHelpPath"
target=
"_blank"
>
{{
content
}}
</gl-link>
<gl-link
:href=
"
$options.paths.
groupsHelpPath"
target=
"_blank"
>
{{
content
}}
</gl-link>
</
template
>
</gl-sprintf>
</p>
...
...
@@ -41,7 +36,7 @@ export default {
"
>
<
template
#link=
"{ content }"
>
<gl-link
:href=
"subgroupsHelpPath"
target=
"_blank"
>
{{
content
}}
</gl-link>
<gl-link
:href=
"
$options.paths.
subgroupsHelpPath"
target=
"_blank"
>
{{
content
}}
</gl-link>
</
template
>
</gl-sprintf>
</p>
...
...
app/assets/javascripts/vue_shared/new_namespace/new_namespace_page.vue
View file @
04f23d03
...
...
@@ -129,7 +129,7 @@ export default {
<gl-icon
name=
"chevron-right"
:size=
"8"
/>
</
template
>
</gl-breadcrumb>
<legacy-container
:key=
"activePanel.name"
class=
"gl-mt-3"
:selector=
"activePanel.selector"
/>
<legacy-container
:key=
"activePanel.name"
:selector=
"activePanel.selector"
/>
</div>
</div>
</template>
app/views/groups/_new_group_fields.html.haml
View file @
04f23d03
...
...
@@ -22,6 +22,6 @@
.col-sm-4
=
recaptcha_tags
.row
.
form-actions.
col-sm-12
.col-sm-12
=
f
.
submit
_
(
'Create group'
),
class:
"btn gl-button btn-confirm"
=
link_to
_
(
'Cancel'
),
dashboard_groups_path
,
class:
'btn gl-button btn-default btn-cancel'
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