mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-01-11 11:28:42 +00:00
fix bugs
This commit is contained in:
parent
32b4dab4cd
commit
17ae85f835
|
|
@ -21,7 +21,6 @@ $isNew = $card->id === 0;
|
|||
|
||||
$editPossible = $card->createdBy->id === $this->request->header->account;
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<div class="box">
|
||||
<a tabindex="0" class="button" href="<?= $this->request->getReferer() !== '' ? $this->request->getReferer() : UriFactory::build('kanban/dashboard'); ?>"><?= $this->getHtml('Back'); ?></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user