diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-03 15:32:40 +0100 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-03 15:32:40 +0100 |
| commit | 4d7f00fdeae074ae26f2629c78064d6eaa21ace1 (patch) | |
| tree | 4bb4ec67b394533bd5fe7f9fe7fc2054cf1323d5 /app/assets/javascripts/calendar.js.coffee | |
| parent | ab129f7b235527d28068a3fd6ca1fc6eed5ebac5 (diff) | |
| download | gitlab-ce-4d7f00fdeae074ae26f2629c78064d6eaa21ace1.tar.gz | |
Apply new design for user profile page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/javascripts/calendar.js.coffee')
| -rw-r--r-- | app/assets/javascripts/calendar.js.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/calendar.js.coffee b/app/assets/javascripts/calendar.js.coffee index 4c4bc3d66ed..2b1e20d3225 100644 --- a/app/assets/javascripts/calendar.js.coffee +++ b/app/assets/javascripts/calendar.js.coffee @@ -25,7 +25,7 @@ class @Calendar 30 ] legendCellPadding: 3 - cellSize: $('.user-calendar').width() / 80 + cellSize: $('.user-calendar').width() / 76 onClick: (date, count) -> formated_date = date.getFullYear() + "-" + (date.getMonth()+1) + "-" + date.getDate() $.ajax |
