Commit 86ae7278 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #4018 from dolphin333/fix_cancel_button_link_on_edit_files_page

Fix cancel button link on edit files page
parents 6654db2c a5a96c81
......@@ -27,7 +27,7 @@
.message
to branch
%strong= @ref
= link_to "Cancel", project_tree_path(@project, @id), class: "btn btn-cancel", confirm: "Are you sure?"
= link_to "Cancel", project_blob_path(@project, @id), class: "btn btn-cancel", confirm: "Are you sure?"
:javascript
ace.config.set("modePath", "#{Gitlab::Application.config.assets.prefix}/ace-src-noconflict")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment