##// END OF EJS Templates
comments: updated edit message when body is still the same.
comments: updated edit message when body is still the same.

File last commit:

r4401:f098a3f9 default
r4403:dc3600c4 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}