##// END OF EJS Templates
Added tag v4.0.1 for changeset 170c5398320e
Added tag v4.0.1 for changeset 170c5398320e

File last commit:

r1:854a839a default
r17:2b537e66 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>