<%namespace name="base" file="/base/base.mako"/> <% active_pattern_entries = h.get_active_pattern_entries(getattr(c, 'repo_name', None)) %> ## NOTE, inline styles are here to override the default rendering of ## the swal JS dialog which this template is displayed
${base.gravatar_with_user(c.comment_history.author.email, 16, tooltip=True)}
edited: ${h.age_component(c.comment_history.created_on)}
comment body at v${c.comment_history.version}:
${h.render(c.comment_history.text, renderer=c.comment_history.comment.renderer, mentions=True, repo_name=getattr(c, 'repo_name', None), active_pattern_entries=active_pattern_entries)}