diff --git a/html/account-me.ejs b/html/account-me.ejs
index e6e4731d..a8751f06 100644
--- a/html/account-me.ejs
+++ b/html/account-me.ejs
@@ -5,207 +5,292 @@
Poke | Subscriptions
-
+
- My subscriptions
-
-
+ My Subscriptions
User:
<%= userid %>
@@ -214,7 +299,7 @@
- <%
+ <%
const subKeys = (userSubs && Object.keys(userSubs)) || [];
const subCount = subKeys.length;
const groups = {};
@@ -236,40 +321,33 @@
});
%>
-
-
-
+
+
-
<%= subCount %> <%= subCount === 1 ? 'subscription' : 'subscriptions' %>
+
<%= subCount %> <%= subCount === 1 ? 'subscription' : 'subscriptions' %>
-
-
-
+
+
+
-
-
-
<% letters.forEach(function(L){ %>
<%= L %>
<% groups[L].forEach(function(entry){ const c = entry.c; const channelID = entry.id; %>
-

+
<%= c.channelName %>
-
<% }) %>
@@ -277,144 +355,105 @@
<% }) %>
-
-
-
+
-
-