diff --git a/app/views/templates/comment.jst b/app/views/templates/comment.jst index 718034d34..6d52a3c0d 100644 --- a/app/views/templates/comment.jst +++ b/app/views/templates/comment.jst @@ -1,30 +1,28 @@ -
  • -
    - - <% if(author.id === current_user.id) { %> - - Deletelabel - - <% } %> + + + + + + +
    + + + <%= author.name %> + + + +

    + <%= text %> +

    + +
    +
    - - - - - -
    - - - <%= author.name %> - - - -

    - <%= text %> -

    - -
    -
    -
    -
  • + diff --git a/app/views/templates/comment_stream.jst b/app/views/templates/comment_stream.jst index 20e1a25ec..0b7b5128f 100644 --- a/app/views/templates/comment_stream.jst +++ b/app/views/templates/comment_stream.jst @@ -1,32 +1,29 @@ -
    +<% if(typeof(all_comments_loaded) == 'undefined' || !all_comments_loaded) { %> + +<% } %> - <% if(typeof(all_comments_loaded) == 'undefined' || !all_comments_loaded) { %> - - <% } %> + - +<% if(current_user) { %> +
    +
    + + + - <% if(current_user) { %> -
    - - - - - -

    - -