diff --git a/src/app/views/partials/_header.zmpl b/src/app/views/partials/_header.zmpl index bf80e53..3f9089d 100644 --- a/src/app/views/partials/_header.zmpl +++ b/src/app/views/partials/_header.zmpl @@ -1,7 +1,11 @@ Zuletzt +Artists +Albums +Songs Scrobbles Concerts Collection Ratings Lists +Groups
\ No newline at end of file diff --git a/src/app/views/partials/_table.zmpl b/src/app/views/partials/_table.zmpl deleted file mode 100644 index 83c1cd4..0000000 --- a/src/app/views/partials/_table.zmpl +++ /dev/null @@ -1,22 +0,0 @@ -@args table_data: *ZmplValue, table_headers: *ZmplValue - - - -@for (table_headers) |text| { - -} - - - @for (table_data) |value| { - - - - - - - } -
{{text}}
{{value.track}} - @for (value.get("artists").?) |artist| { - {{artist}} - } - {{value.album}}{{value.date}}
\ No newline at end of file