summaryrefslogtreecommitdiffstats
path: root/front_end/templates/author_list.rs.html
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-03-10 01:02:15 +0000
committerKornel <kornel@geekhood.net>2020-03-10 01:02:15 +0000
commit3f03b031bfe2ae6665422735037ac262fd668bee (patch)
tree10a3da5ff00f858c034ef9ab3de66305ad5cdf3b /front_end/templates/author_list.rs.html
parent54d2fbd88a38e4c95e6293e9e2067640afa4404a (diff)
Last upd
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