From e92b0f3110441620bfce59218ab734962364a9c5 Mon Sep 17 00:00:00 2001 From: Tyranja Date: Sun, 29 Oct 2023 17:41:37 +0100 Subject: [PATCH] make sure admin gets the show view with partials --- app/views/profiles/_show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profiles/_show.html.erb b/app/views/profiles/_show.html.erb index cef45aa09..97cf835ac 100644 --- a/app/views/profiles/_show.html.erb +++ b/app/views/profiles/_show.html.erb @@ -239,7 +239,7 @@

<%= t(:media, scope: 'profiles.show') %>

- <%= render partial: 'medialink', collection: @medialinks %> + <%= render partial: 'profiles/medialink', collection: @medialinks %>