summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/view/pad.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/view/pad.php b/app/view/pad.php
index a9c8508..bf626bf 100644
--- a/app/view/pad.php
+++ b/app/view/pad.php
@@ -42,9 +42,15 @@ require_once "view/issue.php";
<span class="glyphicon glyphicon-edit"></span>
<?=$pad->name?>
- <button type="button" class="btn btn-success" data-toggle="modal" data-target="#newIssueModal">
- <span class="glyphicon glyphicon-plus"></span> Open Issue
- </button>
+ <div class="btn-group">
+ <button type="button" class="btn btn-success" data-toggle="modal" data-target="#newIssueModal">
+ <span class="glyphicon glyphicon-plus"></span> Open Issue
+ </button>
+
+ <a href="<?=ap()?>/closed" class="btn btn-default">
+ View closed issues
+ </a>
+ </div>
</h1>
</div>
</div>