From e9e5aef891a07f49f67ccc2230de471251d68c3c Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 15 Oct 2021 12:33:37 +0200 Subject: [PATCH] templates: Normalize media element buttons while adding editing buttons --- server/templates/collection_element.htm | 2 ++ server/templates/macros.htm | 14 ++++++++++++++ server/templates/media_element.htm | 2 +- server/templates/media_list.htm | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/server/templates/collection_element.htm b/server/templates/collection_element.htm index e7bf44c..e9bfb64 100644 --- a/server/templates/collection_element.htm +++ b/server/templates/collection_element.htm @@ -29,6 +29,7 @@ Next Episode: {% set link = collection.next_episode %} {% if link %} + {{ macros.media_element_buttons(link.element) }} {{ link.element.title }} {%- if link.season != 0 -%} , Season {{ link.season }} @@ -48,6 +49,7 @@