diff --git a/app/components/agenda/agenda-detail/sidebar-item.hbs b/app/components/agenda/agenda-detail/sidebar-item.hbs index 69cb4d9144..0effbfe3f6 100644 --- a/app/components/agenda/agenda-detail/sidebar-item.hbs +++ b/app/components/agenda/agenda-detail/sidebar-item.hbs @@ -31,23 +31,13 @@ {{#if (not @agendaitem.aboutToDelete)}} - {{#unless @isActive}} - {{#if (not @agendaitem.isApproval)}} - {{#if @agendaitem.shortTitle}} {{!-- Avoid rendering the same thing twice if no "shortTitle" exists --}} -
- {{@agendaitem.title}} -- {{/if}} - {{/if}} - {{/unless}}
{{t "added-agendaitem-text"}}
@@ -59,7 +49,7 @@ {{#if (not this.newsletterIsVisible)}}{{t "not-visible-in-newsletter"}}
diff --git a/app/components/agenda/agenda-header.hbs b/app/components/agenda/agenda-header.hbs index 01ab8f7ad4..128dc49620 100644 --- a/app/components/agenda/agenda-header.hbs +++ b/app/components/agenda/agenda-header.hbs @@ -147,7 +147,7 @@ hideOn="clickout click" showOn="click" animation="shift" - placement="bottom" + placement="bottom-end" as |attacher| }}{{t "not-visible-in-newsletter"}}
@@ -143,7 +143,7 @@ {{#if @isNew}}{{t "added-agendaitem-text"}}
diff --git a/app/components/subcases/subcase-item.hbs b/app/components/subcases/subcase-item.hbs index c25d09ab74..153f216fdf 100644 --- a/app/components/subcases/subcase-item.hbs +++ b/app/components/subcases/subcase-item.hbs @@ -3,13 +3,13 @@ {{#if (is-pending @subcase.approved)}} {{else if (await @subcase.approved)}} -