From e96511431a1c0e3f1a0e30098483c0d74f6791ca Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 2 Jun 2018 22:51:21 +0100 Subject: [PATCH 1/2] footer: Make "My tests" link appear The origin of `authorSlug` is unknown, but as reports on issue #454 indicate, this is not set for a number of users. To resolve this, use the credentials variable instead, which matches what the header uses already. Fixes #454. --- templates/partials/footer.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/footer.hbs b/templates/partials/footer.hbs index 79f69259..b8e0fa48 100644 --- a/templates/partials/footer.hbs +++ b/templates/partials/footer.hbs @@ -16,9 +16,9 @@ Add - {{#if authorSlug}} + {{#if credentials}}
  • - My tests + My tests
  • {{/if}} From 11715197b4b867b277ac32fd5ed084e04a60d903 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 3 Jun 2018 14:01:54 +0100 Subject: [PATCH 2/2] Fix "My tests" link to use displayName It seems while browse/Krinkle did show things, those were from before 2015. The cases relating to my current activities saved using my GitHub account are actually shown under the display name at browse/Timo%20Tijhof. While odd, it appears to be the way it works. --- templates/partials/footer.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/footer.hbs b/templates/partials/footer.hbs index b8e0fa48..3ff3b655 100644 --- a/templates/partials/footer.hbs +++ b/templates/partials/footer.hbs @@ -18,7 +18,7 @@ {{#if credentials}}
  • - My tests + My tests
  • {{/if}}