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
324fb41f
Commit
324fb41f
authored
Jan 30, 2022
by
Dhairya3124
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Position of the Download Export Button
parent
7d5f4a0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/groups/settings/_export.html.haml
app/views/groups/settings/_export.html.haml
+2
-2
No files found.
app/views/groups/settings/_export.html.haml
View file @
324fb41f
...
@@ -27,10 +27,10 @@
...
@@ -27,10 +27,10 @@
%li
=
_
(
'Runner tokens'
)
%li
=
_
(
'Runner tokens'
)
%li
=
_
(
'SAML discovery tokens'
)
%li
=
_
(
'SAML discovery tokens'
)
-
if
group
.
export_file_exists?
-
if
group
.
export_file_exists?
=
link_to
_
(
'Regenerate export'
),
export_group_path
(
group
),
method: :post
,
class:
'btn gl-button btn-default'
,
data:
{
qa_selector:
'regenerate_export_group_link'
}
=
link_to
_
(
'Download export'
),
download_export_group_path
(
group
),
=
link_to
_
(
'Download export'
),
download_export_group_path
(
group
),
rel:
'nofollow'
,
method: :get
,
class:
'btn gl-button btn-default'
,
data:
{
qa_selector:
'download_export_link'
}
rel:
'nofollow'
,
method: :get
,
class:
'btn gl-button btn-default'
,
data:
{
qa_selector:
'download_export_link'
}
=
link_to
_
(
'Regenerate export'
),
export_group_path
(
group
),
method: :post
,
class:
'btn gl-button btn-default'
,
data:
{
qa_selector:
'regenerate_export_group_link'
}
-
else
-
else
=
link_to
_
(
'Export group'
),
export_group_path
(
group
),
=
link_to
_
(
'Export group'
),
export_group_path
(
group
),
method: :post
,
class:
'btn gl-button btn-default'
,
data:
{
qa_selector:
'export_group_link'
}
method: :post
,
class:
'btn gl-button btn-default'
,
data:
{
qa_selector:
'export_group_link'
}
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