From 44afda466bad9ddd826c6ba65679edc7b22485f1 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 28 Apr 2023 14:53:57 +0200 Subject: [PATCH] forgot --- app/views/admin/communication/websites/posts/show.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/admin/communication/websites/posts/show.html.erb b/app/views/admin/communication/websites/posts/show.html.erb index 784067d93..8e07344e2 100644 --- a/app/views/admin/communication/websites/posts/show.html.erb +++ b/app/views/admin/communication/websites/posts/show.html.erb @@ -51,6 +51,8 @@ </div> <% end %> +<%= render 'admin/application/dependencies', about: @post %> + <% content_for :action_bar_left do %> <%= destroy_link @post %> <%= duplicate_link @post %> -- GitLab