diff options
Diffstat (limited to 'app/views/shared/issuable/_sidebar.html.haml')
-rw-r--r-- | app/views/shared/issuable/_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml index 9cfc63dec3b..6c19f794a67 100644 --- a/app/views/shared/issuable/_sidebar.html.haml +++ b/app/views/shared/issuable/_sidebar.html.haml @@ -82,7 +82,7 @@ - if issuable.due_date = issuable.due_date.to_s(:medium) - else - .light None + None .title.hide-collapsed Due Date = icon('spinner spin', class: 'block-loading') |