Commit cbc2c663 authored by Kristof Csillag's avatar Kristof Csillag

Modify standalone page so that the quote looks better when there is neither body nor replies.

parent d235c5fb
......@@ -114,6 +114,9 @@ class Displayer
replies.splice pos, 1
delete @idTable[annotation.id]
$scope.get_quote_classes = =>
'yui3-u-1' + if ($scope.annotation.text or $scope.annotation.replies.length) then ' t-yui3-u-1-2' else ''
if $scope.annotation.referrers?
$scope.manage_new_data $scope.annotation.referrers, 'past'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment