summaryrefslogtreecommitdiff
path: root/app/views/projects/edit.html.haml
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-17 15:47:00 +0200
committerJames Lopez <james@jameslopez.es>2016-06-17 15:47:00 +0200
commit2d4556c5d208e9ae805b0467c1c7281ae6a36ebe (patch)
treec7aa3e6ff87eff5dccdb0b91dbd64675d5b6d211 /app/views/projects/edit.html.haml
parentbfced6fdb5ef4b567914e0da8d6bf0c97271ed9f (diff)
downloadgitlab-ce-2d4556c5d208e9ae805b0467c1c7281ae6a36ebe.tar.gz
a few changes based on MR feedback
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index a6f982b1d79..27a94fe02dc 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -135,7 +135,7 @@
- if @project.export_project_path
= link_to 'Download export', download_export_namespace_project_path(@project.namespace, @project),
method: :get, class: "btn btn-default"
- = link_to 'Delete export', remove_export_namespace_project_path(@project.namespace, @project),
+ = link_to 'Generate new export', generate_new_export_namespace_project_path(@project.namespace, @project),
method: :post, class: "btn btn-default"
- else
= link_to 'Export project', export_namespace_project_path(@project.namespace, @project),