##// END OF EJS Templates
swal: changed to dedicated version without animation
swal: changed to dedicated version without animation

File last commit:

r4401:f098a3f9 default
r4402:78745d18 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}