mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 10:36:04 +10:00
For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
%strong
|
|
= icon("spinner spin")
|
|
Checking ability to merge automatically…
|
|
|
|
:javascript
|
|
$(function() {
|
|
merge_request_widget.getMergeStatus();
|
|
});
|
|
|