diff options
author | Malf Furious <m@lfurio.us> | 2018-09-23 22:37:29 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-09-23 22:37:29 -0400 |
commit | 1b85794742cabc9fbaef4d260bc597788240f0db (patch) | |
tree | 132e76e5ab58ca490af4f09180a5c177cc06ffd9 /app/view | |
parent | dd499f3b42e760ed26b0be180274422ea3941158 (diff) | |
download | scrott-1b85794742cabc9fbaef4d260bc597788240f0db.tar.gz scrott-1b85794742cabc9fbaef4d260bc597788240f0db.zip |
dashboard: Remove extra things
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/dashboard.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/view/dashboard.php b/app/view/dashboard.php index 686eae9..839a9bb 100644 --- a/app/view/dashboard.php +++ b/app/view/dashboard.php @@ -29,9 +29,7 @@ require_once "view/stdpage.php"; <div class="container"> <div class="jumbotron"> - <img src="static/img/null.jpg" alt="null" class="img-circle" height="100" /><br /> - Welcome to the dashboard. There is no content yet.<br /> - <a href="<?=ar()?>/logout">Logout</a><br /> + Welcome to the dashboard. There is no content yet. </div> </div> |