diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-26 14:19:53 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-26 14:19:53 -0500 |
commit | 27328255cd727f188e735c2202d0ee95db265677 (patch) | |
tree | c175a0bf2cb07fe6ed85372bc60b14aacfb549d4 /app/Template/project_list/project_details.php | |
parent | 159c31cd3f23f45c1cf51c71f1049714ea603eb3 (diff) |
Display project list icons on the right
Diffstat (limited to 'app/Template/project_list/project_details.php')
-rw-r--r-- | app/Template/project_list/project_details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project_list/project_details.php b/app/Template/project_list/project_details.php index 136afc92..e83c6c7f 100644 --- a/app/Template/project_list/project_details.php +++ b/app/Template/project_list/project_details.php @@ -1,4 +1,4 @@ -<div class="table-list-details"> +<div class="table-list-details table-list-details-with-icons"> <ul> <?php if ($project['owner_id'] > 0): ?> <li><?= $this->text->e($project['owner_name'] ?: $project['owner_username']) ?></li> |