summaryrefslogtreecommitdiff
path: root/app/Templates/board_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/board_index.php')
-rw-r--r--app/Templates/board_index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Templates/board_index.php b/app/Templates/board_index.php
index 989c2e06..8e664219 100644
--- a/app/Templates/board_index.php
+++ b/app/Templates/board_index.php
@@ -18,11 +18,11 @@
<div class="project-menu">
<ul>
<li>
- <?= t('Filter by user') ?>
+ <span class="hide-tablet"><?= t('Filter by user') ?></span>
<?= Helper\form_select('user_id', $users, $filters) ?>
</li>
<li>
- <?= t('Filter by category') ?>
+ <span class="hide-tablet"><?= t('Filter by category') ?></span>
<?= Helper\form_select('category_id', $categories, $filters) ?>
</li>
<li><a href="#" id="filter-due-date"><?= t('Filter by due date') ?></a></li>