summaryrefslogtreecommitdiff
path: root/app/Template/group/index.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-02-14 22:22:04 -0500
committerFrederic Guillot <fred@kanboard.net>2017-02-14 22:22:04 -0500
commit5376bb9e0cf2aad9b12d6fde1f43f92854b55cf9 (patch)
treeaf4a54a3ff96445343e959a5d942527a1ad5403e /app/Template/group/index.php
parenta559dc0be739d6ff18749c17135ce3c403575171 (diff)
Add table-hover css class
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>