From cb29c30f07b40bbd2031e0b3893e44a87213331e Mon Sep 17 00:00:00 2001 From: Malf Furious <m@lfurio.us> Date: Sat, 27 Oct 2018 17:31:23 -0400 Subject: Replace pad and group view heads Since there is currently no way to set heads for these objects, I am replacing them with the appropriate glyphicon. Signed-off-by: Malf Furious <m@lfurio.us> --- app/view/group.php | 2 +- app/view/pad.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/view/group.php b/app/view/group.php index eba9e0a..014a560 100644 --- a/app/view/group.php +++ b/app/view/group.php @@ -34,7 +34,7 @@ require_once "view/datalsts.php"; <div class="row"> <div class="col-md-12"> <h1> - <?=datalsts\objHeadCircle($group, 100)?> + <span class="glyphicon glyphicon-th"></span> <?=$group->name?> </h1> </div> diff --git a/app/view/pad.php b/app/view/pad.php index 6a2b7f5..a9c8508 100644 --- a/app/view/pad.php +++ b/app/view/pad.php @@ -39,7 +39,7 @@ require_once "view/issue.php"; <div class="row"> <div class="col-md-12"> <h1> - <?=datalsts\objHeadCircle($pad, 100)?> + <span class="glyphicon glyphicon-edit"></span> <?=$pad->name?> <button type="button" class="btn btn-success" data-toggle="modal" data-target="#newIssueModal"> -- cgit v1.2.3