diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-11 17:15:04 +0100 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-04-20 15:42:09 -0400 |
commit | 989bcfcc7a933bd83f1ee2aaf8697b445abf06f2 (patch) | |
tree | d3665aa52a084f5d509ba0a70af3d42618022b82 /app | |
parent | e219867cd031e313a8d3b553d34594f6b872ca42 (diff) | |
download | gitlab-ce-989bcfcc7a933bd83f1ee2aaf8697b445abf06f2.tar.gz |
Mobile value color for due date
Diffstat (limited to 'app')
-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') |