diff options
author | Jose <jvargas@gitlab.com> | 2018-06-14 14:53:12 -0500 |
---|---|---|
committer | Jose <jvargas@gitlab.com> | 2018-06-14 14:53:12 -0500 |
commit | fd896dd44f922a44e13c559c6f40aa92d0efb175 (patch) | |
tree | 9faf08dba38095ab909ffdc874fe970446b99540 /app | |
parent | 1175e23bcc03634acee4b3c57fcf2a2496bf038c (diff) | |
download | gitlab-ce-fd896dd44f922a44e13c559c6f40aa92d0efb175.tar.gz |
Fix missing dots from the CI job log output
Diffstat (limited to 'app')
-rw-r--r-- | app/views/shared/builds/_build_output.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/builds/_build_output.html.haml b/app/views/shared/builds/_build_output.html.haml index 07f1501fadd..0e18128a8f1 100644 --- a/app/views/shared/builds/_build_output.html.haml +++ b/app/views/shared/builds/_build_output.html.haml @@ -1,3 +1,3 @@ %pre.build-trace#build-trace %code.bash.js-build-output - .build-loader-animation.js-build-refresh + .build-loader-animation.js-build-refresh |