Skip to content

Commit

Permalink
Merge pull request #34 from Chaosmeister/patch-2
Browse files Browse the repository at this point in the history
add shortcut button for swimlane creation
  • Loading branch information
Jieiku authored Dec 13, 2021
2 parents 1ebd4d9 + e9f668e commit 83ec08d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Template/board/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<?php
if ($this->user->hasProjectAccess('ProjectViewController', 'show', $project['id'])) {
echo $this->url->icon('cog', '', 'ProjectViewController', 'show', array('project_id' => $project['id']), false, 'btn');
echo $this->modal->mediumButton('plus', '', 'SwimlaneController', 'create', array('project_id' => $project['id']));
}
?>
<div class='btn bbprojectcollapse'>
Expand Down Expand Up @@ -62,4 +63,4 @@
'board_highlight_period' => $board_highlight_period,
)) ?>
</div>
</section>
</section>

0 comments on commit 83ec08d

Please sign in to comment.