##// END OF EJS Templates
comments: edit functionality added
comments: edit functionality added

File last commit:

r4401:f098a3f9 default
r4401:f098a3f9 default
Show More
comment_history.mako
6 lines | 264 B | application/x-mako | MakoHtmlLexer
<%namespace name="base" file="/base/base.mako"/>
${c.comment_history.author.email}
${base.gravatar_with_user(c.comment_history.author.email, 16, tooltip=True)}
${h.age_component(c.comment_history.created_on)}
${c.comment_history.text}
${c.comment_history.version}