Fix comments in activity section. Fixes #274
parent
2b6f32ab54
commit
07250db800
|
@ -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("""
|
||||||
|
|
Loading…
Reference in New Issue