diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2017-05-04 11:47:15 +0100 |
|---|---|---|
| committer | Filipa Lacerda <filipa@gitlab.com> | 2017-05-04 11:47:15 +0100 |
| commit | b96a78e1fd98e1bb5eae355f71fefece89e4d624 (patch) | |
| tree | 357cae8d5fffb3288828044e7d848806d68a2585 | |
| parent | fd84127890e5b47692a703c986adc1c5961c4ca9 (diff) | |
| download | gitlab-ce-31558-job-dropdown.tar.gz | |
Fix error in haml file31558-job-dropdown
| -rw-r--r-- | app/views/shared/_mini_pipeline_graph.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_mini_pipeline_graph.html.haml b/app/views/shared/_mini_pipeline_graph.html.haml index 6156fea5e6d..07970ad9cba 100644 --- a/app/views/shared/_mini_pipeline_graph.html.haml +++ b/app/views/shared/_mini_pipeline_graph.html.haml @@ -15,4 +15,4 @@ %li.js-builds-dropdown-loading.hidden .text-center - %i.fa.fa-spinner.fa-spin{ 'aria-hidden': 'true', 'aria-label': 'Loading' } } + %i.fa.fa-spinner.fa-spin{ 'aria-hidden': 'true', 'aria-label': 'Loading' } |
