Files
gitlabhq/app/views/projects/merge_requests/widget/open/_check.html.haml
T
Jason Lee 18cb430f79 Replace CoffeeScript block into JavaScript in Views.
For example view: shared/issuable/_context

CoffeeScript: 190ms
JavaScript: 19.7ms
2015-11-10 19:17:37 +08:00

10 lines
163 B
Plaintext

%strong
= icon("spinner spin")
Checking ability to merge automatically…
:javascript
$(function() {
merge_request_widget.getMergeStatus();
});