From e8daa4d2ce91a5376b3770a8cd60385339b67a81 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Fri, 14 Aug 2015 14:06:33 +0200 Subject: add table of needed shirts to user active page --- includes/view/User_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/view/User_view.php') diff --git a/includes/view/User_view.php b/includes/view/User_view.php index 99a70ba9..3ab5f816 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -268,7 +268,7 @@ function User_angeltypes_render($user_angeltypes) { $class = 'text-warning'; else $class = 'text-success'; - $output[] = '' . ($angeltype['coordinator'] ? ' ' : '') . $angeltype['name'] . ''; + $output[] = '' . ($angeltype['coordinator'] ? glyph('education') : '') . $angeltype['name'] . ''; } return join('
', $output); } -- cgit v1.2.3-54-g00ecf