From 9297dca6a3be70cd957a156097d288c8cfc730af Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Mon, 30 May 2016 21:51:31 +0200 Subject: [PATCH] Improve HTML paste display view --- resources/views/main.blade.php | 16 +++--- resources/views/paste/available.blade.php | 70 ++++++++++++----------- 2 files changed, 46 insertions(+), 40 deletions(-) diff --git a/resources/views/main.blade.php b/resources/views/main.blade.php index 3d7b56c..ba8776a 100644 --- a/resources/views/main.blade.php +++ b/resources/views/main.blade.php @@ -149,14 +149,14 @@ diff --git a/resources/views/paste/available.blade.php b/resources/views/paste/available.blade.php index 82eaa25..688a778 100644 --- a/resources/views/paste/available.blade.php +++ b/resources/views/paste/available.blade.php @@ -3,46 +3,52 @@ {{ $id }} · pastethingy - + + - -
-
-
pastethingy
-
- {!! $content !!} -
-
-
- +
+ {{ $id }} (language: {{ $language }}, expires at: {{ $expires_at }} UTC) +
+
+ {!! $content !!} +
+