diff --git a/public_html/templates/post-notes.tpl b/public_html/templates/post-notes.tpl index a16a7bd7..dee33416 100644 --- a/public_html/templates/post-notes.tpl +++ b/public_html/templates/post-notes.tpl @@ -1,13 +1,17 @@ -<% _.each(notes, function(note) { %> -
+
+ <% _.each(notes, function(note) { %> +
+ +
+
+ <%= note.text %> +
+
-
- <%= note.text %>
- -
-<% }) %> + <% }) %> +