From 1d14752b9bf0510961b4fb435dcc8ee3bb971ef3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 3 Jan 2011 06:38:49 +0100 Subject: [PATCH] Store author information in posts and replies. --- src/main/resources/templates/include/viewPost.html | 1 + src/main/resources/templates/include/viewReply.html | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index b012d93..a19ee73 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -1,6 +1,7 @@
+
Avatar Image
diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index e2f4ab6..8c6884b 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -1,6 +1,7 @@
+
Avatar Image
-- 2.7.4