##// END OF EJS Templates
project: added all source files and assets
project: added all source files and assets

File last commit:

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