summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-11 17:15:04 +0100
committerRobert Speicher <rspeicher@gmail.com>2016-04-20 15:42:09 -0400
commit989bcfcc7a933bd83f1ee2aaf8697b445abf06f2 (patch)
treed3665aa52a084f5d509ba0a70af3d42618022b82 /app
parente219867cd031e313a8d3b553d34594f6b872ca42 (diff)
downloadgitlab-ce-989bcfcc7a933bd83f1ee2aaf8697b445abf06f2.tar.gz
Mobile value color for due date
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
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')