From be948b3b0be0d7dc2f355dd8a1ea5de749b0c4ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 24 Nov 2010 11:15:44 +0100 Subject: [PATCH 1/1] Add a couple of CSS classes for easier identification of elements. --- src/main/resources/templates/include/viewPost.html | 6 +++--- src/main/resources/templates/include/viewReply.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index d73d998..82cda92 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -13,14 +13,14 @@
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
⬆
<%ifnull ! currentSone> -
+
-
+ @@ -29,7 +29,7 @@
<%/if> <%if post.sone.current> -
+ diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index 8c51c63..88ead37 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -13,14 +13,14 @@
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
⬆
<%ifnull ! currentSone> - +
-
+ @@ -29,7 +29,7 @@
<%/if> <%if reply.sone.current> -
+ -- 2.7.4