FIX: Missing dates on user card

This commit is contained in:
Robin Ward 2014-11-04 15:22:55 -05:00
parent 74e2b8f674
commit e8a750e27a

View file

@ -53,6 +53,7 @@
{{/link-to}}
{{/if}}
{{#if user}}
<div class="metadata">
<h3><span class='desc'>{{i18n last_post}}</span> {{format-date path="user.last_posted_at" leaveAgo="true"}} </h3>
<h3><span class='desc'>{{i18n joined}}</span> {{format-date path="user.created_at" leaveAgo="true"}}</h3>
@ -60,6 +61,7 @@
<h3><a href="{{unbound user.githubProfileUrl}}">{{i18n user.github_profile}}</a></h3>
{{/if}}
</div>
{{/if}}
{{#if showBadges}}
<div class="badge-section">