From 5dc0d5536dfee09509c2a6add02dd4d3d6cba778 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Tue, 29 Sep 2020 21:00:47 -0700 Subject: [PATCH] Also add username hover to most active card --- data/interfaces/default/home_stats.html | 8 ++++---- data/interfaces/default/index.html | 2 +- data/interfaces/default/js/tables/users.js | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/interfaces/default/home_stats.html b/data/interfaces/default/home_stats.html index 3cd245fc..748199d7 100644 --- a/data/interfaces/default/home_stats.html +++ b/data/interfaces/default/home_stats.html @@ -104,7 +104,7 @@ DOCUMENTATION :: END % elif stat_id == 'top_users': <% user_href = page('user', row0['user_id']) if row0['user_id'] else '#' %> - + % elif stat_id == 'top_platforms': @@ -122,7 +122,7 @@ DOCUMENTATION :: END % elif stat_id.startswith('popular'): users % elif stat_id == 'last_watched': - ${row0['friendly_name']} + ${row0['friendly_name']} % elif stat_id == 'most_concurrent': streams % endif @@ -134,7 +134,7 @@ DOCUMENTATION :: END