From 1d634de61f812fdf69e11f0dba1e152621bcc108 Mon Sep 17 00:00:00 2001 From: Kornel Date: Tue, 17 Mar 2020 14:28:28 +0000 Subject: Owner style --- front_end/templates/crate_page.rs.html | 3 ++- style | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/front_end/templates/crate_page.rs.html b/front_end/templates/crate_page.rs.html index 750f682..d8de430 100644 --- a/front_end/templates/crate_page.rs.html +++ b/front_end/templates/crate_page.rs.html @@ -95,7 +95,8 @@ @if let Some(Contributors {authors, owners, co_owned, contributors, period_after_authors, contributors_as_a_team}) = Some(c.all_contributors()) { @for (last, a) in authors.iter().identify_last() { @if let Some(url) = url.author(a) { - @a.name()@if !last {,} else {@if period_after_authors {.}} + @a.name()@if !last {,} else {@if period_after_authors {.}} } else { @a.name()@if !last {,} else {@if period_after_authors {.}} } diff --git a/style b/style index 153ebdd..62d0c47 160000 --- a/style +++ b/style @@ -1 +1 @@ -Subproject commit 153ebdd80f082e132d470e6b57c943892cae4c42 +Subproject commit 62d0c47fa69b407b05c8e2da87af19a87977567e -- cgit v1.2.3