Add update/close ability to tickets #38

Merged
luketainton merged 8 commits from feature/issue-5 into main 2020-08-09 13:04:44 +00:00
Showing only changes of commit cdf2bcc73c - Show all commits

View File

@@ -9,6 +9,7 @@
<meta charset="utf-8">
MrLyallCSIT commented 2020-08-09 12:31:49 +00:00 (Migrated from github.com)
Review

Why is favicon deleted?

Why is favicon deleted?
luketainton commented 2020-08-09 12:38:51 +00:00 (Migrated from github.com)
Review

Good catch - no idea why this happened.

Good catch - no idea why this happened.
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#563d7c">
<link rel="icon" type="image/png" href="/favicon.png">
<title><?php echo( $PAGE_TITLE ); ?></title>
<!-- Bootstrap core CSS -->