summaryrefslogtreecommitdiff
path: root/includes/view/Rooms_view.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-28 01:27:41 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-28 01:27:41 +0100
commit0b70fc2a7fe400cdea6d6106fe5e36fc38de1ce9 (patch)
treefe7e7b2ca5fcc8a775dfd2e675f4e38a2e61c62a /includes/view/Rooms_view.php
parent502a52394ebeb3c4c4368c9db6ced3582f5aa749 (diff)
better shift sign up buttons in shift view
Diffstat (limited to 'includes/view/Rooms_view.php')
-rw-r--r--includes/view/Rooms_view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/view/Rooms_view.php b/includes/view/Rooms_view.php
index bb41a4d3..e1d411cb 100644
--- a/includes/view/Rooms_view.php
+++ b/includes/view/Rooms_view.php
@@ -4,7 +4,7 @@ function Room_name_render($room) {
global $privileges;
if (in_array('admin_rooms', $privileges))
return '<a href="' . room_link($room) . '">' . glyph('map-marker') . $room['Name'] . '</a>';
- return $room['Name'];
+ return glyph('map-marker') . $room['Name'];
}
?> \ No newline at end of file