diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-08 16:13:05 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-08 16:13:05 -0500 |
commit | 92509c43c452daea115a4f6e99d94bda5538c8f0 (patch) | |
tree | 6bfacdbd4ae52ae8be36921605aa5560143fa1fe /app/Template/user/calendar.php | |
parent | acf3941b4aa95bff9e80aa03e22dc064036e69cf (diff) |
Add user calendar view on the dashboard and in the user management section
Diffstat (limited to 'app/Template/user/calendar.php')
-rw-r--r-- | app/Template/user/calendar.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Template/user/calendar.php b/app/Template/user/calendar.php new file mode 100644 index 00000000..ab7d05a2 --- /dev/null +++ b/app/Template/user/calendar.php @@ -0,0 +1,5 @@ +<div id="user-calendar" + data-check-url="<?= $this->u('calendar', 'user') ?>" + data-user-id="<?= $user['id'] ?>" +> +</div>
\ No newline at end of file |