Fix comments in activity section. Fixes #274

stable
Xavier Julián 2014-08-06 13:21:27 +02:00
parent 2b6f32ab54
commit 07250db800
1 changed files with 4 additions and 2 deletions

View File

@ -118,7 +118,7 @@ module.directive("tgTagLine", ["$log", TagLineDirective])
ChangeDirective = -> ChangeDirective = ->
# TODO: i18n # TODO: i18n
commentBaseTemplate = _.template(""" commentBaseTemplate = _.template("""
<div class="comment-user"> <div class="comment-user activity-comment">
<a class="avatar" href="" title="<%- userFullName %>"> <a class="avatar" href="" title="<%- userFullName %>">
<img src="<%- avatar %>" alt="<%- userFullName %>"> <img src="<%- avatar %>" alt="<%- userFullName %>">
</a> </a>
@ -161,8 +161,10 @@ ChangeDirective = ->
<span class="date"> <span class="date">
<%- creationDate %> <%- creationDate %>
</span> </span>
<%- comment %>
</div> </div>
<p class="comment">
<%- comment %>
</p>
</div> </div>
""") """)
standardChangeFromToTemplate = _.template(""" standardChangeFromToTemplate = _.template("""