##// END OF EJS Templates
ux: adjust email_or_none so that it does not swap emails
ux: adjust email_or_none so that it does not swap emails

File last commit:

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