tailbone/tailbone/templates/shifts/timesheet.mako
Lance Edgar 1e0ef53aea Add support for viewing single employee's schedule / time sheet
A little sloppy perhaps, here and there..but seems to do the job.
2016-06-07 16:16:37 -05:00

11 lines
277 B
Mako

## -*- coding: utf-8 -*-
<%inherit file="/shifts/base.mako" />
<%def name="context_menu()">
% if request.has_perm('schedule.view'):
<li>${h.link_to("View this Schedule", url('timesheet.goto.schedule'), class_='goto')}</li>
% endif
</%def>
${self.timesheet()}