summaryrefslogtreecommitdiff
path: root/app/views/users/calendar.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/calendar.html.haml')
-rw-r--r--app/views/users/calendar.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/users/calendar.html.haml b/app/views/users/calendar.html.haml
new file mode 100644
index 00000000000..1d1c974da24
--- /dev/null
+++ b/app/views/users/calendar.html.haml
@@ -0,0 +1,8 @@
+%h4 Commits calendar
+#cal-heatmap.calendar
+ :javascript
+ new calendar(
+ #{@timestamps.to_json},
+ #{@starting_year},
+ #{@starting_month}
+ );