From 8f6b3295e89af4c877f5522b9941fafd51b795c7 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 11 Mar 2017 19:36:48 -0500 Subject: Move dashboard menu for calendar and activity stream --- app/Template/calendar/show.php | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 app/Template/calendar/show.php (limited to 'app/Template/calendar/show.php') diff --git a/app/Template/calendar/show.php b/app/Template/calendar/show.php deleted file mode 100644 index 009fc07e..00000000 --- a/app/Template/calendar/show.php +++ /dev/null @@ -1,9 +0,0 @@ -
- projectHeader->render($project, 'CalendarController', 'show') ?> - - calendar->render( - $this->url->href('CalendarController', 'project', array('project_id' => $project['id'])), - $this->url->href('CalendarController', 'save', array('project_id' => $project['id'])) - ) ?> - -
-- cgit v1.2.3