Display project list icons on the right

This commit is contained in:
Frederic Guillot
2017-02-26 14:19:53 -05:00
parent 159c31cd3f
commit 27328255cd
4 changed files with 28 additions and 23 deletions

View File

@@ -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>