Skip to content

Commit

Permalink
make sure admin gets the show view with partials
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyranja committed Oct 29, 2023
1 parent 0a4a510 commit e92b0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/profiles/_show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<p class=" font-weight-bold">
<%= t(:media, scope: 'profiles.show') %>
</p>
<%= render partial: 'medialink', collection: @medialinks %>
<%= render partial: 'profiles/medialink', collection: @medialinks %>

</div>
</div>
Expand Down

0 comments on commit e92b0f3

Please sign in to comment.