diff options
Diffstat (limited to 'template/overview.phtml')
-rw-r--r-- | template/overview.phtml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/template/overview.phtml b/template/overview.phtml index 9210d47..ad102f8 100644 --- a/template/overview.phtml +++ b/template/overview.phtml @@ -40,9 +40,11 @@ "> <div class="panel panel-default"> <div class="panel-heading"> - <a href="<?=h(link_room($room))?>"> - <?=h(get("ROOMS.$room.DISPLAY"))?> - </a> + <div class="panel-title"> + <a href="<?=h(link_room($room))?>"> + <?=h(get("ROOMS.$room.DISPLAY"))?> + </a> + </div> </div> <div class="panel-body"> |