summaryrefslogtreecommitdiff
path: root/app/views/projects/_export.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-11 21:10:09 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-11 21:10:09 +0000
commitda100a690f61e02ab0244aafe7434af838e913c0 (patch)
treeb98e82a74a7ac0a1e2e834a9dfd7a7b0946a8faf /app/views/projects/_export.html.haml
parent7a1895c74ad57da757c02b2675147a5a5e2cfe6d (diff)
downloadgitlab-ce-da100a690f61e02ab0244aafe7434af838e913c0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/_export.html.haml')
-rw-r--r--app/views/projects/_export.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/_export.html.haml b/app/views/projects/_export.html.haml
index 7da15e0d8a5..41e13464b1e 100644
--- a/app/views/projects/_export.html.haml
+++ b/app/views/projects/_export.html.haml
@@ -26,5 +26,6 @@
= link_to _('Generate new export'), generate_new_export_project_path(project),
method: :post, class: "btn btn-default"
- else
- = link_to _('Export project'), export_project_path(project),
+ .gl-display-flex.gl-justify-content-end
+ = link_to _('Export project'), export_project_path(project),
method: :post, class: "btn btn-default", data: { qa_selector: 'export_project_link' }