Do not show column dropdown on the public view

This commit is contained in:
Frederic Guillot
2016-01-17 16:38:43 -05:00
parent f768ec873b
commit 7925000f07

View File

@@ -25,6 +25,9 @@
<?php endif ?>
<span class="board-column-title">
<?php if ($not_editable): ?>
<?= $this->e($column['title']) ?>
<?php else: ?>
<span class="dropdown">
<a href="#" class="dropdown-menu"><?= $this->e($column['title']) ?> <i class="fa fa-caret-down"></i></a>
<ul>
@@ -40,6 +43,7 @@
<?php endif ?>
</ul>
</span>
<?php endif ?>
</span>
<?php if (! $not_editable && ! empty($column['description'])): ?>