diff --git a/app/layouts/admin.vue b/app/layouts/admin.vue index 7f7d290..0802815 100644 --- a/app/layouts/admin.vue +++ b/app/layouts/admin.vue @@ -50,6 +50,14 @@ Series +
+ {{ articles.length }} articles + across {{ collections.length }} collections +
+| + + | ++ Collection + {{ sortDir === 'asc' ? '↑' : '↓' }} + | ++ Title + {{ sortDir === 'asc' ? '↑' : '↓' }} + | +Tags | +Actions | +
|---|---|---|---|---|
| + + | +{{ article.collection || '—' }} | ++ + {{ article.title }} + + | +
+
+ {{ tagLabel(tag) }}
+
+
+
+
+
+
+
+
+
+
+ |
+ + + | +