##// END OF EJS Templates
merge: merged default into stable
merge: merged default into stable

File last commit:

r1:854a839a default
r16:170c5398 merge v4.0.1 stable
Show More
file_tree_author_box.html
14 lines | 364 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(h.email_or_none(c.commit.author), 16)}
<span class="author user">
${h.link_to_user(c.commit.author)} - ${h.age_component(c.commit.date)}
</span>
</div>