From bcb7ad343c46ad66adfec7ae5e1684024de4eef3 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Thu, 13 Sep 2012 11:25:55 -0400 Subject: [PATCH] fixed anonymous inline bug --- .../mustache/_inline_thread.mustache | 29 ++----------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/lms/templates/discussion/mustache/_inline_thread.mustache b/lms/templates/discussion/mustache/_inline_thread.mustache index 743e06ba9d..150625bfae 100644 --- a/lms/templates/discussion/mustache/_inline_thread.mustache +++ b/lms/templates/discussion/mustache/_inline_thread.mustache @@ -1,32 +1,7 @@
-
-
-
- + {{votes.up_count}} -

{{title}}

-

- {{#user}} - {{username}} - {{/user}} - {{^user}} - anonymous - {{/user}} - {{created_at}} - - -

-
-
{{abbreviatedBody}}
+
- -
@@ -44,4 +19,4 @@ Hide discussion -
+ \ No newline at end of file