summaryrefslogtreecommitdiffstats
path: root/front_end/templates/author_list.rs.html
diff options
context:
space:
mode:
Diffstat (limited to 'front_end/templates/author_list.rs.html')
-rw-r--r--front_end/templates/author_list.rs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/front_end/templates/author_list.rs.html b/front_end/templates/author_list.rs.html
index 48b0a78..f9bf65e 100644
--- a/front_end/templates/author_list.rs.html
+++ b/front_end/templates/author_list.rs.html
@@ -27,7 +27,7 @@
@if r.invited_by_github_id.is_none() {
Founded
@if let Some(d) = r.invited_at {
- in @AuthorPage::format_month(&d) (@HumanTime::from(d).to_text_en(Accuracy::Rough, Tense::Past))
+ in @AuthorPage::format_month(&d). Last updated @HumanTime::from(r.latest_release).to_text_en(Accuracy::Rough, Tense::Past).
}
} else {
Member