diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-10 18:05:41 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-10 18:05:55 +0000 |
commit | 145143ac7fd0ecd9d94d2f0bd9cc48426d5ac829 (patch) | |
tree | a7ea0d03eaa8f4b9e5ebb3085b2d8f3cb0532f59 /app/views/projects/issues | |
parent | bc19acab2543f959a1fca4c83faf5c1975b7bb90 (diff) | |
download | gitlab-ce-145143ac7fd0ecd9d94d2f0bd9cc48426d5ac829.tar.gz |
Changed named argument
Set position to auto left so that if it is off-screen it goes to the right
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r-- | app/views/projects/issues/_merge_requests.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_merge_requests.html.haml b/app/views/projects/issues/_merge_requests.html.haml index 3eb0926b746..d9868ad1f0a 100644 --- a/app/views/projects/issues/_merge_requests.html.haml +++ b/app/views/projects/issues/_merge_requests.html.haml @@ -7,7 +7,7 @@ %li %span.merge-request-ci-status - if merge_request.ci_commit - = render_ci_status(merge_request.ci_commit, placement: 'bottom') + = render_ci_status(merge_request.ci_commit) - elsif has_any_ci = icon('blank fw') %span.merge-request-id |