Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-12 12:09:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-12 12:09:19 +0300
commit447c1bba679be70f9c311326ca03923c6988f127 (patch)
treefeef28edad5bf8c6b6f0be27f929ae6b6119e8a1 /app/views/projects/blob/_new_dir.html.haml
parent09acddd7fd2b59afa69eca95b1e34739e1f1b31b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/blob/_new_dir.html.haml')
-rw-r--r--app/views/projects/blob/_new_dir.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/_new_dir.html.haml b/app/views/projects/blob/_new_dir.html.haml
index 3ae7741d24d..f1da9154df9 100644
--- a/app/views/projects/blob/_new_dir.html.haml
+++ b/app/views/projects/blob/_new_dir.html.haml
@@ -16,6 +16,6 @@
.form-actions
= submit_tag _("Create directory"), class: 'btn gl-button btn-confirm'
- = link_to _('Cancel'), '#', class: "btn gl-button btn-default btn-cancel", "data-dismiss" => "modal"
+ = link_button_to _('Cancel'), '#', "data-dismiss" => "modal"
= render 'shared/projects/edit_information'