Skip to content

Commit

Permalink
Move template to different directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 8, 2024
1 parent ae6ed0c commit ad5e606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/views/layouts/profile.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="grid-cols-3 gap-16 mt-10 md:grid">
<div class="mb-8">
<%= render "profiles/menu" %>
<%= render "profile_menu" %>
</div>
<div class="col-span-2">
<%= yield %>
Expand Down

0 comments on commit ad5e606

Please sign in to comment.