From 4b6672d0b33563ab8888d592ef86616ca9238007 Mon Sep 17 00:00:00 2001
From: Frederic Guillot <fred@kanboard.net>
Date: Sun, 13 Sep 2015 16:56:51 -0400
Subject: Move budget outside of the core

The budget planning feature is now a plugin
See: https://github.com/kanboard/plugin-budget
---
 app/Template/user/sidebar.php | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'app/Template/user')

diff --git a/app/Template/user/sidebar.php b/app/Template/user/sidebar.php
index 77612d0f..80fe8684 100644
--- a/app/Template/user/sidebar.php
+++ b/app/Template/user/sidebar.php
@@ -62,9 +62,6 @@
             <li <?= $this->app->getRouterController() === 'user' && $this->app->getRouterAction() === 'authentication' ? 'class="active"' : '' ?>>
                 <?= $this->url->link(t('Edit Authentication'), 'user', 'authentication', array('user_id' => $user['id'])) ?>
             </li>
-            <li <?= $this->app->getRouterController() === 'hourlyrate' ? 'class="active"' : '' ?>>
-                <?= $this->url->link(t('Hourly rates'), 'hourlyrate', 'index', array('user_id' => $user['id'])) ?>
-            </li>
             <li <?= $this->app->getRouterController() === 'timetable' ? 'class="active"' : '' ?>>
                 <?= $this->url->link(t('Manage timetable'), 'timetable', 'index', array('user_id' => $user['id'])) ?>
             </li>
-- 
cgit v1.2.3