summaryrefslogtreecommitdiff
path: root/app/Template/group/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/group/index.php')
-rw-r--r--app/Template/group/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/group/index.php b/app/Template/group/index.php
index e4856a70..8664b5a8 100644
--- a/app/Template/group/index.php
+++ b/app/Template/group/index.php
@@ -8,7 +8,7 @@
<?php if ($paginator->isEmpty()): ?>
<p class="alert"><?= t('There is no group.') ?></p>
<?php else: ?>
- <table class="table-fixed table-scrolling">
+ <table class="table-fixed table-scrolling table-hover">
<tr>
<th class="column-5"><?= $paginator->order(t('Id'), 'id') ?></th>
<th><?= $paginator->order(t('Name'), 'name') ?></th>