diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-11-15 21:24:25 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-11-15 21:24:25 -0500 |
commit | e2a867166b301fecf32421bfdff8bd8bcf767e89 (patch) | |
tree | 215fcb6d3eaf8b10263cd84de5c3f7096d72ba39 /app/Template/dashboard/calendar.php | |
parent | 94cd5869bf9e4b86063cbb71777a05525b9d5c52 (diff) |
Convert calendar to VueJS component
Update to FullCalendar 3.1.0 as well.
Diffstat (limited to 'app/Template/dashboard/calendar.php')
-rw-r--r-- | app/Template/dashboard/calendar.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Template/dashboard/calendar.php b/app/Template/dashboard/calendar.php index 75c96d83..6f156db7 100644 --- a/app/Template/dashboard/calendar.php +++ b/app/Template/dashboard/calendar.php @@ -1,5 +1,2 @@ -<div id="calendar" - data-check-url="<?= $this->url->href('CalendarController', 'user', array('user_id' => $user['id'])) ?>" - data-save-url="<?= $this->url->href('CalendarController', 'save') ?>" -> -</div> +<calendar check-url="<?= $this->url->href('CalendarController', 'user', array('user_id' => $user['id'])) ?>" + save-url="<?= $this->url->href('CalendarController', 'save') ?>"></calendar> |