diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-03-18 21:16:25 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-03-18 21:16:25 -0400 |
| commit | 73bae9bb3425089babea5f2effe172e5a0938e2b (patch) | |
| tree | 1c120b40de0434be3184b4083a8d5164748444f1 /app/Template/tasklink/show.php | |
| parent | 854457baf0043b51ce9c30f36a6fecaed97cb04d (diff) | |
Rename controller TaskLink to TaskInternalLink
Diffstat (limited to 'app/Template/tasklink/show.php')
| -rw-r--r-- | app/Template/tasklink/show.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/Template/tasklink/show.php b/app/Template/tasklink/show.php deleted file mode 100644 index 9f718fc9..00000000 --- a/app/Template/tasklink/show.php +++ /dev/null @@ -1,14 +0,0 @@ -<section class="accordion-section <?= empty($links) ? 'accordion-collapsed' : '' ?>"> - <div class="accordion-title"> - <h3><a href="#" class="fa accordion-toggle"></a> <?= t('Internal links') ?></h3> - </div> - <div class="accordion-content"> - <?= $this->render('tasklink/table', array( - 'links' => $links, - 'task' => $task, - 'project' => $project, - 'editable' => $editable, - 'is_public' => $is_public, - )) ?> - </div> -</section> |
