summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-19 22:41:55 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-19 23:04:26 +0100
commit0dbd0ea599fc04ab4b204c01e00e1c74d90ce3a8 (patch)
tree8e8d33500f70254fcf5e520d2ca1985726cc9361
parent2f20540a6bd450842d2ef95ce7683b49a0fc05a0 (diff)
add basic shift view
-rw-r--r--includes/pages/user_shifts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php
index 1fdaf775..c8633cc5 100644
--- a/includes/pages/user_shifts.php
+++ b/includes/pages/user_shifts.php
@@ -551,7 +551,7 @@ function view_user_shifts() {
$shifts_row .= " &ndash; ";
$shifts_row .= date('H:i', $shift['end']);
$shifts_row .= "<br /><b>";
- $shifts_row .= $shift['name'];
+ $shifts_row .= '<a href="' . shift_link($shift) . '">' . $shift['name'] . '</a>';
$shifts_row .= "</b><br />";
$shifts_row .= '<a href="' . shift_link($shift) . '">' . $shift['name'] . '</a>';
$shifts_row .= "<br />";