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:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-04-11 02:49:23 +0300
committerStan Hu <stanhu@gmail.com>2017-04-11 09:34:57 +0300
commit785234617d406c6ca9e076401d920dd52588dae6 (patch)
treec8560bb5be2e3a37dd84df9eba742ddcbd46a899
parent19dd138cdd4e551759a2163f5357ae2fc9f73b99 (diff)
Fix typo on the class merge-when-pipeline_succeeds
-rw-r--r--app/views/projects/merge_requests/widget/open/_accept.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/widget/open/_accept.html.haml b/app/views/projects/merge_requests/widget/open/_accept.html.haml
index cb117d1908c..1bfff51c2f6 100644
--- a/app/views/projects/merge_requests/widget/open/_accept.html.haml
+++ b/app/views/projects/merge_requests/widget/open/_accept.html.haml
@@ -18,7 +18,7 @@
Select merge moment
%ul.js-merge-dropdown.dropdown-menu.dropdown-menu-right{ role: 'menu' }
%li
- = link_to "#", class: "merge_when_pipeline_succeeds" do
+ = link_to "#", class: "merge-when-pipeline_succeeds" do
= icon('check fw')
Merge when pipeline succeeds
%li