add basic shift view

This commit is contained in:
Philip Häusler 2014-12-19 22:41:55 +01:00
parent 2f20540a6b
commit 0dbd0ea599
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ function view_user_shifts() {
$shifts_row .= " – "; $shifts_row .= " – ";
$shifts_row .= date('H:i', $shift['end']); $shifts_row .= date('H:i', $shift['end']);
$shifts_row .= "<br /><b>"; $shifts_row .= "<br /><b>";
$shifts_row .= $shift['name']; $shifts_row .= '<a href="' . shift_link($shift) . '">' . $shift['name'] . '</a>';
$shifts_row .= "</b><br />"; $shifts_row .= "</b><br />";
$shifts_row .= '<a href="' . shift_link($shift) . '">' . $shift['name'] . '</a>'; $shifts_row .= '<a href="' . shift_link($shift) . '">' . $shift['name'] . '</a>';
$shifts_row .= "<br />"; $shifts_row .= "<br />";