From 8d7e670095d02cf70a325214542bb1cc2646c270 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Mon, 18 Aug 2014 17:56:43 +0200 Subject: [PATCH] added delete link --- assets/css/main.css | 4 ++++ views/inbox.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index a38b163..bc23d1b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -17,4 +17,8 @@ .recent-margin { margin-top: 30px; +} + +.float-right { + float: right; } \ No newline at end of file diff --git a/views/inbox.html b/views/inbox.html index e5be4d2..2dd9a3a 100644 --- a/views/inbox.html +++ b/views/inbox.html @@ -17,7 +17,7 @@ {loop="$words"} - {$value.author} thinks that you are {$value.word1}, {$value.word2} and {$value.word3} + {$value.author} thinks that you are {$value.word1}, {$value.word2} and {$value.word3} {/loop}