##// END OF EJS Templates
comments: save comments that are not rendered to be displayed as outdated....
comments: save comments that are not rendered to be displayed as outdated. - when comments that are not assigned to line are outdated this allows them to be rendered still.

File last commit:

r410:e0937131 default
r1258:70c673b5 default
Show More
file_tree_author_box.html
12 lines | 315 B | text/html | HtmlLexer
<%namespace name="base" file="/base/base.html"/>
<div class="summary-detail-header">
<h4 class="item">
${_('Commit Author')}
</h4>
</div>
<div class="sidebar-right-content">
${base.gravatar_with_user(c.commit.author)}
<div class="user-inline-data">- ${h.age_component(c.commit.date)}</div>
</div>