mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-18 13:18:41 +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;
|
$editPossible = $card->createdBy->id === $this->request->header->account;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<a tabindex="0" class="button" href="<?= $this->request->getReferer() !== '' ? $this->request->getReferer() : UriFactory::build('kanban/dashboard'); ?>"><?= $this->getHtml('Back'); ?></a>
|
<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