summaryrefslogtreecommitdiff
path: root/app/views/profiles/personal_access_tokens
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-04 16:53:41 +0000
committerPhil Hughes <me@iamphill.com>2017-02-06 09:25:11 +0000
commit2b9457412c389ed2509774810fc1a7f634845e14 (patch)
tree874d415c4141042a69736fc28b1f96f97df29433 /app/views/profiles/personal_access_tokens
parentdf6f6e316a1633275f88b4bdd4fb01978fce7572 (diff)
downloadgitlab-ce-2b9457412c389ed2509774810fc1a7f634845e14.tar.gz
Updated styles for Pikaday
Diffstat (limited to 'app/views/profiles/personal_access_tokens')
-rw-r--r--app/views/profiles/personal_access_tokens/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/profiles/personal_access_tokens/index.html.haml b/app/views/profiles/personal_access_tokens/index.html.haml
index d002150e531..b10f5fc08e2 100644
--- a/app/views/profiles/personal_access_tokens/index.html.haml
+++ b/app/views/profiles/personal_access_tokens/index.html.haml
@@ -90,6 +90,7 @@
new Pikaday({
field: $dateField.get(0),
+ theme: 'gitlab-theme',
format: 'yyyy-mm-dd',
minDate: new Date(),
onSelect: function(dateText) {